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

  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 135 REGISTER_MATCHER(declaratorDecl);
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 210 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc(
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 337 /// declaratorDecl()
339 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl>
340 declaratorDecl;
    [all...]

Completed in 98 milliseconds