Home
last modified time | relevance | path

Searched refs:MatcherID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp67 DynTypedMatcher::MatcherIDType MatcherID; member
74 return std::tie(Traversal, Type, MatcherID, Node, BoundNodes) < in operator <()
75 std::tie(Other.Traversal, Other.Type, Other.MatcherID, Other.Node, in operator <()
603 Key.MatcherID = Matcher.getID(); in memoizedMatchesRecursively()
1162 Keys.back().MatcherID = Matcher.getID(); in matchesAnyAncestorOf()
H A DASTMatchersInternal.cpp711 StringRef MatcherID) { in createAndVerifyRegex() argument
717 << "building matcher '" << MatcherID << "': " << Error << "\n"; in createAndVerifyRegex()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h2289 StringRef MatcherID);