Searched defs:cxxConstructorDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h874 CXXConstructorDecl> cxxConstructorDecl; member in namespace:clang::ast_matchers
3010 /// cxxRecordDecl(has(cxxConstructorDecl(
3029 /// cxxRecordDecl(has(cxxConstructorDecl(hasAnyConstructorInitializer(
3049 /// cxxRecordDecl(has(cxxConstructorDecl(hasAnyConstructorInitializer(
3071 /// cxxConstructorDecl(hasAnyConstructorInitializer(isWritten()))
3091 /// cxxConstructorDecl(hasAnyConstructorInitializer(isBaseInitializer()))
3111 /// cxxConstructorDecl(hasAnyConstructorInitializer(isMemberInitializer()))
3220 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl(
4032 /// cxxConstructorDecl(isUserProvided()) will match #1, but not #2 or #3.
5132 /// cxxConstructorDecl(forEachConstructorInitialize
[all...]

Completed in 165 milliseconds