Go to the source code of this file.
Functions | |
def | DirectoryOfThisScript () |
def | FlagsForFile (filename, kwargs) |
def | GetCompilationInfoForFile (filename) |
def | IsHeaderFile (filename) |
def | MakeRelativePathsInFlagsAbsolute (flags, working_directory) |
Variables | |
string | compilation_database_folder = '' |
database = ycm_core.CompilationDatabase( compilation_database_folder ) | |
list | flags |
list | SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] |
def DirectoryOfThisScript | ( | ) |
Definition at line 85 of file .ycm_extra_conf.py.
def FlagsForFile | ( | filename, | |
kwargs | |||
) |
Definition at line 141 of file .ycm_extra_conf.py.
def GetCompilationInfoForFile | ( | filename | ) |
Definition at line 123 of file .ycm_extra_conf.py.
def IsHeaderFile | ( | filename | ) |
Definition at line 118 of file .ycm_extra_conf.py.
def MakeRelativePathsInFlagsAbsolute | ( | flags, | |
working_directory | |||
) |
Definition at line 89 of file .ycm_extra_conf.py.
string compilation_database_folder = '' |
Definition at line 76 of file .ycm_extra_conf.py.
database = ycm_core.CompilationDatabase( compilation_database_folder ) |
Definition at line 79 of file .ycm_extra_conf.py.
list flags |
Definition at line 37 of file .ycm_extra_conf.py.
list SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] |
Definition at line 83 of file .ycm_extra_conf.py.