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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp70 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))),
72 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp650 cxxConstructorDecl; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp172 REGISTER_MATCHER(cxxConstructorDecl);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1162 cxxConstructorDecl;
3907 /// cxxRecordDecl(has(cxxConstructorDecl(
3926 /// cxxRecordDecl(has(cxxConstructorDecl(hasAnyConstructorInitializer(
3946 /// cxxRecordDecl(has(cxxConstructorDecl(hasAnyConstructorInitializer(
3968 /// cxxConstructorDecl(hasAnyConstructorInitializer(isWritten()))
3988 /// cxxConstructorDecl(hasAnyConstructorInitializer(isBaseInitializer()))
4008 /// cxxConstructorDecl(hasAnyConstructorInitializer(isMemberInitializer()))
4182 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl(
5167 /// cxxConstructorDecl(isUserProvided()) will match #1, but not #2 or #3.
6360 /// cxxConstructorDecl(forEachConstructorInitialize
[all...]

Completed in 182 milliseconds