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

  /external/clang/unittests/AST/
DeclPrinterTest.cpp 474 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
483 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
492 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
501 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
510 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
519 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
528 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
537 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
546 cxxConstructorDecl(ofClass(hasName("A"))).bind("id"),
556 cxxConstructorDecl(ofClass(hasName("A"))).bind("id")
    [all...]
SourceLocationTest.cpp 151 TEST(CXXConstructorDecl, NoRetFunTypeLocRange) {
152 RangeVerifier<CXXConstructorDecl> Verifier;
157 TEST(CXXConstructorDecl, DefaultedCtorLocRange) {
158 RangeVerifier<CXXConstructorDecl> Verifier;
163 TEST(CXXConstructorDecl, DeletedCtorLocRange) {
164 RangeVerifier<CXXConstructorDecl> Verifier;
437 Code, friendDecl(has(cxxConstructorDecl(ofClass(hasName("B")))))));
455 Code, friendDecl(has(cxxConstructorDecl(ofClass(hasName("B")))))));
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp     [all...]
ASTMatchersTraversalTest.cpp 620 cxxConstructorDecl(ofClass(hasName("Foo")))));
622 cxxConstructorDecl(ofClass(hasName("Bar")))));
638 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
644 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
655 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
657 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
659 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
669 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
671 EXPECT_TRUE(notMatches(Code, cxxConstructorDecl(hasAnyConstructorInitializer(
683 EXPECT_TRUE(matches(Code, cxxConstructorDecl(hasAnyConstructorInitializer
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
BadPatternFinder.cpp 64 cxxConstructExpr(hasDeclaration(cxxConstructorDecl(ofClass(
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 105 match_finder->addMatcher(cxxConstructorDecl(forEachConstructorInitializer(
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 336 cxxConstructorDecl(ofClass(cxxRecordDecl(
368 cxxConstructorDecl(forEachConstructorInitializer(
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 137 REGISTER_MATCHER(cxxConstructorDecl);
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 251 anyOf(hasAncestor(cxxConstructorDecl().bind("enclosing_ctor")),
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 874 CXXConstructorDecl> cxxConstructorDecl;
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp     [all...]

Completed in 659 milliseconds