Searched refs:ImplicitCheckNot (Results 1 – 5 of 5) sorted by relevance
29 std::vector<std::string> ImplicitCheckNot; member
34 std::vector<StringRef> ImplicitCheckNot; member
58 static cl::list<std::string> ImplicitCheckNot( variable887 for (const auto &PatternString : ImplicitCheckNot) { in ReadCheckFile()890 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str(); in ReadCheckFile()
1129 for (const auto &PatternString : Req.ImplicitCheckNot) { in readCheckFile()
1893 for (StringRef PatternString : Req.ImplicitCheckNot) { in readCheckFile()