Home
last modified time | relevance | path

Searched refs:SystemIncludeFlags (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dcompiler.go314 flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
325 flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
Dutil.go90 systemIncludeFlags: strings.Join(in.SystemIncludeFlags, " "),
Dcompdb.go166 args = append(args, expandAllVars(ctx, ccModule.flags.SystemIncludeFlags)...)
Dccdeps.go222 dpInfo.System_include_flags = parseCompilerCCParameters(ctx, ccModule.flags.SystemIncludeFlags)
Dcmakelists.go198 globalIncludeParameters := parseCompilerParameters(ccModule.flags.SystemIncludeFlags, ctx, f)
Dcc.go191 SystemIncludeFlags []string member