Lines Matching defs:flags
4 # These are the compilation flags that will be used in case there's no
7 flags = [
27 # compile_commands.json file to use that instead of 'flags'. See here for
31 # 'flags' list of compilation flags. Notice that YCM itself uses that approach.
45 def MakeRelativePathsInFlagsAbsolute( flags, working_directory ):
47 return list( flags )
51 for flag in flags:
81 # for header files. So we do our best by asking the db for flags for a
82 # corresponding source file, if any. If one exists, the flags for that file
110 final_flags = MakeRelativePathsInFlagsAbsolute( flags, relative_to )
113 'flags': final_flags,