Searched refs:ExtraArgsBefore (Results 1 – 5 of 5) sorted by relevance
135 ASSERT_TRUE(Options.ExtraArgsBefore.has_value()); in TEST()137 llvm::join(Options.ExtraArgsBefore->begin(), in TEST()138 Options.ExtraArgsBefore->end(), ",")); in TEST()
131 IO.mapOptional("ExtraArgsBefore", Options.ExtraArgsBefore); in mapping()189 mergeVectors(ExtraArgsBefore, Other.ExtraArgsBefore); in mergeWith()
521 if (Opts.ExtraArgsBefore) { in runClangTidy()525 AdjustedArgs.insert(I, Opts.ExtraArgsBefore->begin(), in runClangTidy()526 Opts.ExtraArgsBefore->end()); in runClangTidy()
126 llvm::Optional<ArgList> ExtraArgsBefore; member
432 if (ClangTidyOpts.ExtraArgsBefore) in build()433 applyWarningOptions(*ClangTidyOpts.ExtraArgsBefore, TidyGroups, Diags); in build()