Searched refs:destructorDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp565 destructorDecl(ofClass(hasName("A"))).bind("id"),
574 destructorDecl(ofClass(hasName("A"))).bind("id"),
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp142 REGISTER_MATCHER(destructorDecl);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h526 CXXDestructorDecl> destructorDecl; member in namespace:clang::ast_matchers
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1808 destructorDecl(ofClass(hasName("Foo")))));
1813 destructorDecl(ofClass(hasName("Foo")))));

Completed in 1762 milliseconds