Home
last modified time | relevance | path

Searched defs:LocalOrGlobalFlags (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/soong/cc/
H A Dcc.go192 type LocalOrGlobalFlags struct { struct
193 CommonFlags []string // Flags that apply to C, C++, and assembly source files
194 AsFlags []string // Flags that apply to assembly source files
195 YasmFlags []string // Flags that apply to yasm assembly source files
196 CFlags []string // Flags that apply to C and C++ source files
197 …ingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools
198 ConlyFlags []string // Flags that apply to C source files
199 CppFlags []string // Flags that apply to C++ source files
200 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools
201 LdFlags []string // Flags that apply to linker command lines