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 = [ '.cc' ] |
| def DirectoryOfThisScript | ( | ) |
Definition at line 41 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| def FlagsForFile | ( | filename, | |
| ** | kwargs | ||
| ) |
Definition at line 97 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| def GetCompilationInfoForFile | ( | filename | ) |
Definition at line 79 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| def IsHeaderFile | ( | filename | ) |
Definition at line 74 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| def MakeRelativePathsInFlagsAbsolute | ( | flags, | |
| working_directory | |||
| ) |
Definition at line 45 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| string compilation_database_folder = '' |
Definition at line 32 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| database = ycm_core.CompilationDatabase( compilation_database_folder ) |
Definition at line 35 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| list flags |
Definition at line 7 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.
| list SOURCE_EXTENSIONS = [ '.cc' ] |
Definition at line 39 of file protobuf/third_party/benchmark/.ycm_extra_conf.py.