| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchFinder.h | 154 void addMatcher(const DeclarationMatcher &NodeMatch, 156 void addMatcher(const TypeMatcher &NodeMatch, 158 void addMatcher(const StatementMatcher &NodeMatch, 160 void addMatcher(const NestedNameSpecifierMatcher &NodeMatch, 162 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 164 void addMatcher(const TypeLocMatcher &NodeMatch, 166 void addMatcher(const CXXCtorInitializerMatcher &NodeMatch, 168 void addMatcher(const TemplateArgumentLocMatcher &NodeMatch, 303 Finder.addMatcher(Matcher, &Callback); in match() 319 Finder.addMatcher(Matcher, &Callback); in match()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1349 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1355 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1367 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1373 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1379 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1385 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1391 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher() function in clang::ast_matchers::MatchFinder 1400 addMatcher(NodeMatch.convertTo<Decl>(), Action); in addDynamicMatcher() 1403 addMatcher(NodeMatch.convertTo<QualType>(), Action); in addDynamicMatcher() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.cpp | 357 if (Error E = Symbols.addMatcher(NameOrPattern::create( in addSymbolsFromFile() 875 if (Error E = Config.ToRemove.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 879 if (Error E = Config.KeepSection.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 883 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 932 if (Error E = Config.SymbolsToLocalize.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 941 if (Error E = Config.SymbolsToKeepGlobal.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 950 if (Error E = Config.SymbolsToGlobalize.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 959 if (Error E = Config.SymbolsToWeaken.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 968 if (Error E = Config.SymbolsToRemove.addMatcher(NameOrPattern::create( in parseObjcopyOptions() 978 Config.UnneededSymbolsToRemove.addMatcher(NameOrPattern::create( in parseObjcopyOptions() [all …]
|
| H A D | CommonConfig.h | 129 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher() function
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 25 Finder->addMatcher( in ASTSrcLocProcessor() 39 Finder->addMatcher( in ASTSrcLocProcessor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 341 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); in checkASTCodeBody()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 244 MF->addMatcher(forEachDescendantDynamically<T>(Nodes, Matcher), this); in registerMatchers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 696 bool addMatcher(Matcher &Candidate); 772 bool addMatcher(Matcher &Candidate); 5507 if (CurrentGroup->addMatcher(*Rule)) in optimizeRules() 5514 if (!CurrentGroup->addMatcher(*Rule)) in optimizeRules() 6036 bool GroupMatcher::addMatcher(Matcher &Candidate) { in addMatcher() function in __anon332dbd1e0111::GroupMatcher 6129 bool SwitchMatcher::addMatcher(Matcher &Candidate) { in addMatcher() function in __anon332dbd1e0111::SwitchMatcher
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 303 Finder.addMatcher(LoopMatcher, &Printer);
|