Searched refs:UndefPrefixes (Results 1 – 4 of 4) sorted by relevance
119 std::vector<std::string> UndefPrefixes; variable
269 const std::vector<std::string> UndefPrefixes = in EvaluateValue() local270 DiagEngine.getDiagnosticOptions().UndefPrefixes; in EvaluateValue()272 if (llvm::any_of(UndefPrefixes, in EvaluateValue()277 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II; in EvaluateValue()
141 Opts.UndefPrefixes.clear(); in optimizeDiagnosticOpts()
924 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;