Home
last modified time | relevance | path

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

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