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