Searched defs:addMatcher (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | RefactoringCallbacks.h | 59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) { in addMatcher() function
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1608 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1620 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1626 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1638 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1644 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1650 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1656 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1662 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1668 void MatchFinder::addMatcher(const AttrMatcher &AttrMatch, in addMatcher() function in clang::ast_matchers::MatchFinder
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 132 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 479 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher() function in llvm::gi::GroupMatcher 600 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher() function in llvm::gi::SwitchMatcher
|