Searched refs:UndefPrefixes (Results 1 – 3 of 3) sorted by relevance
263 const std::vector<std::string> UndefPrefixes = in EvaluateValue() local264 DiagEngine.getDiagnosticOptions().UndefPrefixes; in EvaluateValue()266 if (llvm::any_of(UndefPrefixes, in EvaluateValue()271 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II; in EvaluateValue()
115 std::vector<std::string> UndefPrefixes; variable
766 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;