| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchFinder.h | 155 void addMatcher(const DeclarationMatcher &NodeMatch, 157 void addMatcher(const TypeMatcher &NodeMatch, 159 void addMatcher(const StatementMatcher &NodeMatch, 161 void addMatcher(const NestedNameSpecifierMatcher &NodeMatch, 163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 165 void addMatcher(const TypeLocMatcher &NodeMatch, 167 void addMatcher(const CXXCtorInitializerMatcher &NodeMatch, 169 void addMatcher(const TemplateArgumentLocMatcher &NodeMatch, 171 void addMatcher(const AttrMatcher &NodeMatch, MatchCallback *Action); 306 Finder.addMatcher(Matcher, &Callback); in match() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 345 if (Error E = Symbols.addMatcher(NameOrPattern::create( in addSymbolsFromFile() 840 if (Error E = Config.ToRemove.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 844 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 848 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 1209 cantFail(Config.ToRemove.addMatcher(NameOrPattern::create( in parseBitcodeStripOptions() 1211 cantFail(Config.ToRemove.addMatcher(NameOrPattern::create( in parseBitcodeStripOptions() 1213 cantFail(Config.ToRemove.addMatcher(NameOrPattern::create( in parseBitcodeStripOptions() 1215 cantFail(Config.ToRemove.addMatcher(NameOrPattern::create( in parseBitcodeStripOptions() 1217 cantFail(Config.ToRemove.addMatcher(NameOrPattern::create( in parseBitcodeStripOptions() 1306 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseStripOptions() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1585 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1597 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1603 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1627 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1645 void MatchFinder::addMatcher(const AttrMatcher &AttrMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1654 addMatcher(NodeMatch.convertTo<Decl>(), Action); in addDynamicMatcher() 1657 addMatcher(NodeMatch.convertTo<QualType>(), Action); in addDynamicMatcher() 1660 addMatcher(NodeMatch.convertTo<Stmt>(), Action); in addDynamicMatcher() 1669 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action); in addDynamicMatcher() 1672 addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action); in addDynamicMatcher() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | RefactoringCallbacks.h | 59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) { in addMatcher() function 60 MatchFinder.addMatcher(Matcher, Callback); in addMatcher()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 25 Finder->addMatcher( in ASTSrcLocProcessor() 39 Finder->addMatcher( in ASTSrcLocProcessor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 138 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 340 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); in checkASTCodeBody()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelMatchTable.cpp | 123 if (CurrentGroup->addMatcher(*Rule)) in optimizeRules() 130 if (!CurrentGroup->addMatcher(*Rule)) in optimizeRules() 471 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
|
| H A D | GlobalISelMatchTable.h | 347 bool addMatcher(Matcher &Candidate); 423 bool addMatcher(Matcher &Candidate);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 276 MF->addMatcher(forEachDescendantDynamically<T>(Nodes, Matcher), this); in registerMatchers()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 1206 M.addMatcher( in findGadgets() 1224 M.addMatcher( in findGadgets()
|