Go to the source code of this file.
Functions | |
| def | DirectoryOfThisScript |
| def | FlagsForFile |
| def | GetCompilationInfoForFile |
| def | IsHeaderFile |
| def | MakeRelativePathsInFlagsAbsolute |
Variables | |
| string | compilation_database_folder = '' |
| tuple | database = ycm_core.CompilationDatabase( compilation_database_folder ) |
| list | flags |
| list | SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] |
| def DirectoryOfThisScript | ( | ) |
Definition at line 99 of file .ycm_extra_conf.py.
| def FlagsForFile | ( | filename, | |
| kwargs | |||
| ) |
Definition at line 155 of file .ycm_extra_conf.py.
| def GetCompilationInfoForFile | ( | filename | ) |
Definition at line 137 of file .ycm_extra_conf.py.
| def IsHeaderFile | ( | filename | ) |
Definition at line 132 of file .ycm_extra_conf.py.
| def MakeRelativePathsInFlagsAbsolute | ( | flags, | |
| working_directory | |||
| ) |
Definition at line 103 of file .ycm_extra_conf.py.
| string compilation_database_folder = '' |
Definition at line 90 of file .ycm_extra_conf.py.
| database = ycm_core.CompilationDatabase( compilation_database_folder ) |
Definition at line 93 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 97 of file .ycm_extra_conf.py.