HomeSort by: relevance | last modified time | path
    Searched defs:addMatcher (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h 20 // Finder.AddMatcher(id("integer", expression(integerLiteral())), Callback);
59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) {
60 MatchFinder.addMatcher(Matcher, Callback);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 129 Error addMatcher(Expected<NameOrPattern> Matcher) {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch,
1349 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch,
1355 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch,
1367 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch,
1373 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
1379 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch,
1385 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch,
1391 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch,
1400 addMatcher(NodeMatch.convertTo<Decl>(), Action);
1403 addMatcher(NodeMatch.convertTo<QualType>(), Action)
    [all...]

Completed in 26 milliseconds