Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) { in addMatcher() function
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1585 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1597 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1603 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1615 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1621 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1627 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1633 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1639 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, addMatcher() function in clang::ast_matchers::MatchFinder
1645 void MatchFinder::addMatcher(const AttrMatcher &AttrMatch, addMatcher() function in clang::ast_matchers::MatchFinder
[all...]
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp89 void InefficientVectorOperationCheck::addMatcher( in addMatcher() function in clang::tidy::performance::InefficientVectorOperationCheck
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h131 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher() function
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp471 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher() function in llvm::gi::GroupMatcher
592 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher() function in llvm::gi::SwitchMatcher