Searched defs:LocalOrGlobalFlags (Results 1 – 1 of 1) sorted by relevance
256 type LocalOrGlobalFlags struct { struct257 CommonFlags []string // Flags that apply to C, C++, and assembly source files258 AsFlags []string // Flags that apply to assembly source files259 YasmFlags []string // Flags that apply to yasm assembly source files260 CFlags []string // Flags that apply to C and C++ source files261 …ingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools262 ConlyFlags []string // Flags that apply to C source files263 CppFlags []string // Flags that apply to C++ source files264 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools265 LdFlags []string // Flags that apply to linker command lines