Home
last modified time | relevance | path

Searched refs:constructorDecl (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DDeclPrinterTest.cpp463 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
472 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
481 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
490 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
499 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
508 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
517 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
526 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
535 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
545 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
[all …]
H A DSourceLocationTest.cpp393 Code, friendDecl(has(constructorDecl(ofClass(hasName("B"))))))); in TEST()
411 Code, friendDecl(has(constructorDecl(ofClass(hasName("B"))))))); in TEST()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1921 constructorDecl(ofClass(hasName("Foo"))))); in TEST()
1923 constructorDecl(ofClass(hasName("Bar"))))); in TEST()
1930 constructorDecl(isImplicit()))); in TEST()
1933 constructorDecl(isImplicit()))); in TEST()
1935 constructorDecl(unless(isImplicit())))); in TEST()
1954 constructorDecl(hasAnyConstructorInitializer(anything())))); in TEST()
1960 constructorDecl(hasAnyConstructorInitializer(anything())))); in TEST()
1971 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer( in TEST()
1973 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer( in TEST()
1975 EXPECT_TRUE(notMatches(Code, constructorDecl(hasAnyConstructorInitializer( in TEST()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp128 REGISTER_MATCHER(constructorDecl); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h703 CXXConstructorDecl> constructorDecl; variable