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

  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 161 REGISTER_MATCHER(declaratorDecl);
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 210 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc(
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 507 TEST(DeclaratorDecl, MatchesDeclaratorDecls) {
508 EXPECT_TRUE(matches("int x;", declaratorDecl()));
509 EXPECT_TRUE(notMatches("class A {};", declaratorDecl()));
    [all...]
ASTMatchersTraversalTest.cpp 310 declaratorDecl(hasTypeLoc(loc(asString("int"))))));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 398 /// declaratorDecl()
400 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl>
401 declaratorDecl;
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp     [all...]

Completed in 75 milliseconds