Searched defs:LocalOrGlobalFlags (Results 1 – 1 of 1) sorted by relevance
407 type LocalOrGlobalFlags struct { struct408 CommonFlags []string // Flags that apply to C, C++, and assembly source files409 AsFlags []string // Flags that apply to assembly source files410 YasmFlags []string // Flags that apply to yasm assembly source files411 CFlags []string // Flags that apply to C and C++ source files412 …ingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools413 ConlyFlags []string // Flags that apply to C source files414 CppFlags []string // Flags that apply to C++ source files415 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools416 LdFlags []string // Flags that apply to linker command lines