Home
last modified time | relevance | path

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

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