Searched refs:UndefPrefixes (Results 1 – 4 of 4) sorted by relevance
267 const std::vector<std::string> UndefPrefixes = in EvaluateValue() local268 DiagEngine.getDiagnosticOptions().UndefPrefixes; in EvaluateValue()270 if (llvm::any_of(UndefPrefixes, in EvaluateValue()275 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II; in EvaluateValue()
117 std::vector<std::string> UndefPrefixes; variable
118 Opts.UndefPrefixes.clear(); in optimizeDiagnosticOpts()
1009 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;