Searched defs:NodeMatch (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 711 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher() 717 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher() 723 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher() 729 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher() 735 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher() 741 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 70 const DeclarationMatcher &NodeMatch, in PrintedStmtMatches()
|
D | DeclPrinterTest.cpp | 71 const DeclarationMatcher &NodeMatch, in PrintedDeclMatches() 112 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX98Matches() 135 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11Matches() 147 const DeclarationMatcher &NodeMatch, in PrintedDeclObjCMatches()
|