Home
last modified time | relevance | path

Searched defs:addMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) { in addMatcher() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1608 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 DCommonConfig.h132 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp479 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