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