HomeSort by relevance Sort by last modified time
    Searched refs:recordDecl (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 35 recordDecl(hasName("T")))))))));
40 recordDecl(hasName("T"))))),
46 recordDecl(hasName("T"))))),
52 DeclarationMatcher HasClassX = recordDecl(has(recordDecl(hasName("X"))));
57 recordDecl(hasName("Y"), has(recordDecl(hasName("X"))));
66 recordDecl(
67 has(recordDecl(
68 has(recordDecl(hasName("X")))
    [all...]
ASTMatchersInternalTest.cpp 25 DeclarationMatcher HasEmptyName = recordDecl(hasName(""));
32 DeclarationMatcher HasEmptyName = recordDecl(matchesName(""));
63 DeclarationMatcher HasClassB = just(has(recordDecl(hasName("B")).bind("b")));
86 polymorphicHas(recordDecl(hasName("B")).bind("b"));
98 polymorphicHas(recordDecl(hasName("B")));
196 recordDecl(hasName("X"), isExpansionInMainFile())));
197 EXPECT_TRUE(notMatches("", recordDecl(isExpansionInMainFile())));
201 recordDecl(isExpansionInMainFile()), false,
209 "#include \"other\"\n", recordDecl(isExpansionInSystemHeader()), true,
212 recordDecl(isExpansionInSystemHeader())
    [all...]
ASTMatchersTraversalTest.cpp 36 cxxRecordDecl(hasName("B"), isDerivedFrom(recordDecl()))));
46 recordDecl(hasDeclContext(namespaceDecl(hasName("M"))))));
53 recordDecl(hasDeclContext(namespaceDecl(hasName("N"))))));
60 recordDecl(hasDeclContext(namespaceDecl(
125 expr(hasType(pointsTo(recordDecl(hasName("X")))),
136 expr(hasType(pointsTo(recordDecl(hasName("X")))),
148 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
161 recordDecl(hasName("A"), has(recordDecl(hasName("B")))));
245 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X")))
    [all...]
ASTMatchersNodeTest.cpp 84 DeclarationMatcher ClassMatcher(recordDecl());
91 DeclarationMatcher ClassX = recordDecl(recordDecl(hasName("X")));
202 cxxMemberCallExpr(on(hasType(recordDecl(hasName("Y")))));
221 cxxMemberCallExpr(on(hasType(pointsTo(recordDecl(hasName("Y"))))));
327 cxxMemberCallExpr(thisPointerType(recordDecl(hasName("Y"))));
359 cxxMemberCallExpr(thisPointerType(recordDecl(hasName("Y"))))))));
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 57 Value = VariantMatcher::SingleMatcher(recordDecl());
82 Value = VariantMatcher::SingleMatcher(recordDecl());
126 recordDecl(hasName("X"))))
RegistryTest.cpp 218 specifiesType(hasDeclaration(recordDecl(hasName("A")))))))
235 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>();
246 Matcher<Decl> RecordDecl = constructMatcher(
247 "recordDecl", constructMatcher("hasName", StringRef("Foo")),
253 EXPECT_FALSE(matches("int Foo;", RecordDecl));
254 EXPECT_TRUE(matches("class Foo {};", RecordDecl));
255 EXPECT_FALSE(matches("void Foo(){};", RecordDecl));
316 "recordDecl",
319 constructMatcher("recordDecl",
348 constructMatcher("recordDecl",
    [all...]
  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 28 cxxMethodDecl(hasParent(recordDecl(hasName("C"))))));
SourceLocationTest.cpp 40 EXPECT_FALSE(Verifier.match("int i;", recordDecl()));
44 LocationVerifier<RecordDecl> Verifier;
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 370 REGISTER_MATCHER(recordDecl);
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
354 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
34 // where "child" is bound to the RecordDecl node of the matching child
352 RecordDecl> recordDecl;
    [all...]

Completed in 718 milliseconds

1 2