|
LILAC
|
Go to the source code of this file.
Functions | |
| def | DirectoryOfThisScript |
| def | MakeRelativePathsInFlagsAbsolute |
| def | IsHeaderFile |
| def | GetCompilationInfoForFile |
| def | FlagsForFile |
Variables | |
| list | flags |
| string | compilation_database_folder = '' |
| tuple | database = ycm_core.CompilationDatabase( compilation_database_folder ) |
| list | SOURCE_EXTENSIONS = [ '.hpp', 'h', '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] |
| def DirectoryOfThisScript | ( | ) |
| def FlagsForFile | ( | filename, | |
| kwargs | |||
| ) |
| def GetCompilationInfoForFile | ( | filename | ) |
| def IsHeaderFile | ( | filename | ) |
| def MakeRelativePathsInFlagsAbsolute | ( | flags, | |
| working_directory | |||
| ) |
| string compilation_database_folder = '' |
Definition at line 91 of file .ycm_extra_conf.py.
| database = ycm_core.CompilationDatabase( compilation_database_folder ) |
Definition at line 94 of file .ycm_extra_conf.py.
| list flags |
Definition at line 37 of file .ycm_extra_conf.py.
Definition at line 98 of file .ycm_extra_conf.py.
1.8.1.2