HomeSort by relevance Sort by last modified time
    Searched refs:DeclarationMatcher (Results 1 - 6 of 6) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 25 DeclarationMatcher HasEmptyName = recordDecl(hasName(""));
32 DeclarationMatcher HasEmptyName = recordDecl(matchesName(""));
39 DeclarationMatcher IsDerivedFromEmpty = recordDecl(isDerivedFrom(""));
65 DeclarationMatcher NamedX = namedDecl(hasName("X"));
78 DeclarationMatcher NamedX = namedDecl(matchesName("::X"));
89 DeclarationMatcher StartsWithNo = namedDecl(matchesName("::no"));
93 DeclarationMatcher Abc = namedDecl(matchesName("a.*b.*c"));
99 DeclarationMatcher StartsWithK = namedDecl(matchesName(":k[^:]*$"));
107 TEST(DeclarationMatcher, MatchClass) {
108 DeclarationMatcher ClassMatcher(recordDecl())
    [all...]
  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 66 const DeclarationMatcher &NodeMatch,
DeclPrinterTest.cpp 71 const DeclarationMatcher &NodeMatch,
114 const DeclarationMatcher &NodeMatch,
137 const DeclarationMatcher &NodeMatch,
149 const DeclarationMatcher &NodeMatch,
162 const DeclarationMatcher &NodeMatch,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 148 void addMatcher(const DeclarationMatcher &NodeMatch,
ASTMatchers.h 123 typedef internal::Matcher<Decl> DeclarationMatcher;
137 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp     [all...]

Completed in 207 milliseconds