Searched defs:LocalOrGlobalFlags (Results 1 – 1 of 1) sorted by relevance
166 type LocalOrGlobalFlags struct { struct167 CommonFlags []string // Flags that apply to C, C++, and assembly source files168 AsFlags []string // Flags that apply to assembly source files169 YasmFlags []string // Flags that apply to yasm assembly source files170 CFlags []string // Flags that apply to C and C++ source files171 …ingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools172 ConlyFlags []string // Flags that apply to C source files173 CppFlags []string // Flags that apply to C++ source files174 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools175 LdFlags []string // Flags that apply to linker command lines