Searched refs:constructorDecl (Results 1 - 8 of 8) sorted by relevance

/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp463 constructorDecl(ofClass(hasName("A"))).bind("id"),
472 constructorDecl(ofClass(hasName("A"))).bind("id"),
481 constructorDecl(ofClass(hasName("A"))).bind("id"),
490 constructorDecl(ofClass(hasName("A"))).bind("id"),
499 constructorDecl(ofClass(hasName("A"))).bind("id"),
508 constructorDecl(ofClass(hasName("A"))).bind("id"),
517 constructorDecl(ofClass(hasName("A"))).bind("id"),
526 constructorDecl(ofClass(hasName("A"))).bind("id"),
535 constructorDecl(ofClass(hasName("A"))).bind("id"),
545 constructorDecl(ofClas
[all...]
/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp23 using clang::ast_matchers::constructorDecl;
118 constructorDecl(forEach(expr(has(constructor_call)))),
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1786 constructorDecl(ofClass(hasName("Foo")))));
1788 constructorDecl(ofClass(hasName("Bar")))));
1795 constructorDecl(isImplicit())));
1798 constructorDecl(isImplicit())));
1800 constructorDecl(unless(isImplicit()))));
1819 constructorDecl(hasAnyConstructorInitializer(anything()))));
1825 constructorDecl(hasAnyConstructorInitializer(anything()))));
1836 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer(
1838 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer(
1840 EXPECT_TRUE(notMatches(Code, constructorDecl(hasAnyConstructorInitialize
[all...]
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp324 auto is_gtest_assertion_result_ctor = constructorDecl(ofClass(
357 constructorDecl(forEachConstructorInitializer(
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp129 REGISTER_MATCHER(constructorDecl);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h513 CXXConstructorDecl> constructorDecl; member in namespace:clang::ast_matchers
2187 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(anything()))))
2204 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(
2224 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(
2246 /// constructorDecl(hasAnyConstructorInitializer(isWritten()))
3600 /// constructorDecl(forEachConstructorInitializer(forField(decl().bind("x"))))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 268 milliseconds