Searched refs:SystemIncludeFlags (Results 1 – 6 of 6) sorted by relevance
73 systemIncludeFlags: strings.Join(in.SystemIncludeFlags, " "),
417 flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,428 flags.SystemIncludeFlags = append(flags.SystemIncludeFlags,
166 args = append(args, expandAllVars(ctx, ccModule.flags.SystemIncludeFlags)...)
217 dpInfo.System_include_flags = parseCompilerCCParameters(ctx, ccModule.flags.SystemIncludeFlags)
198 globalIncludeParameters := parseCompilerParameters(ccModule.flags.SystemIncludeFlags, ctx, f)
254 SystemIncludeFlags []string member