LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
.ycm_extra_conf.py File Reference

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' ]

Function Documentation

def DirectoryOfThisScript ( )

Definition at line 100 of file .ycm_extra_conf.py.

Here is the call graph for this function:

def FlagsForFile (   filename,
  kwargs 
)

Definition at line 156 of file .ycm_extra_conf.py.

Here is the call graph for this function:

def GetCompilationInfoForFile (   filename)

Definition at line 138 of file .ycm_extra_conf.py.

Here is the call graph for this function:

def IsHeaderFile (   filename)

Definition at line 133 of file .ycm_extra_conf.py.

Here is the call graph for this function:

def MakeRelativePathsInFlagsAbsolute (   flags,
  working_directory 
)

Definition at line 104 of file .ycm_extra_conf.py.

Here is the call graph for this function:

Variable Documentation

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.

list SOURCE_EXTENSIONS = [ '.hpp', 'h', '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ]

Definition at line 98 of file .ycm_extra_conf.py.