| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | MoveConstArgCheck.cpp | 81 if (const auto *ConstructorDecl = ConstructCallExpr->getConstructor()) { in IsRValueReferenceParam() 169 !ReceivingConstructExpr->getConstructor() || in check() 170 ReceivingConstructExpr->getConstructor()->isTemplateInstantiation())) in check() 177 : ReceivingConstructExpr->getConstructor()->getUnderlyingDecl(); in check()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 88 : E(NE), D(NE->getConstructor()), K(Constructor) {} in AnyCall() 91 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
| H A D | ConstructExpr.cpp | 33 if (const CXXConstructorDecl* Ctor = Expr->getConstructor()) { in VisitCXXConstructExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/zircon/ |
| H A D | TemporaryObjectsCheck.cpp | 51 << D->getConstructor()->getParent(); in check()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Pass.h | 95 StringRef getConstructor() const;
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | PassCAPIGen.cpp | 101 pass.getConstructor()); in emitCAPIImpl()
|
| H A D | PassGen.cpp | 187 pass.getConstructor()); in emitRegistration()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | ReturnBracedInitListCheck.cpp | 69 MatchedConstructExpr->getConstructor()->getParamDecl(I))) { in check()
|
| H A D | UseAutoCheck.cpp | 319 if (NestedConstruct->getConstructor()->isConvertingConstructor(false)) in replaceIterators()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Pass.cpp | 90 StringRef Pass::getConstructor() const { in getConstructor() function in Pass
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | CopyConstructorInitCheck.cpp | 74 if (!CExpr || !CExpr->getConstructor()->isDefaultConstructor()) in check()
|
| H A D | ArgumentCommentCheck.cpp | 365 Result.Context, Construct->getConstructor(), in check()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 84 asImpl().visitUsedDecl(E->getBeginLoc(), E->getConstructor()); in VisitCXXConstructExpr()
|
| H A D | SemaCUDA.cpp | 493 return isEmptyCudaConstructor(Loc, CE->getConstructor()); in isEmptyCudaConstructor() 586 return S.isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in HasAllowedCUDADeviceStaticInitializer() 633 InitFn = CE->getConstructor(); in checkAllowedCUDAInitializer()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | ThrowByValueCatchByReferenceCheck.cpp | 113 ConstructorCall->getConstructor()->isCopyOrMoveConstructor()) { in diagnoseThrowLocations()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() 361 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 97 CXXConstructorDecl *Ctor = E->getConstructor(); in VisitCXXConstructExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | NonConstParameterCheck.cpp | 88 if (const auto *CD = CE->getConstructor()) { in check()
|
| H A D | ContainerSizeEmptyCheck.cpp | 87 return Node.getConstructor()->isDefaultConstructor(); in AST_MATCHER()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | ExceptionAnalyzer.cpp | 210 throwsException(Construct->getConstructor(), CallStack); in throwsException()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | AST.cpp | 770 auto *Callee = E->getConstructor(); in VisitCXXConstructExpr() 908 if (Const->getConstructor()->isCopyOrMoveConstructor()) in unwrapForward()
|
| H A D | DumpAST.cpp | 236 return CCO->getConstructor()->getNameAsString(); in getDetail()
|
| H A D | IncludeCleaner.cpp | 77 add(CCE->getConstructor()); in VisitCXXConstructExpr()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 899 return getOriginExpr()->getConstructor(); in getDecl() 958 return getOriginExpr()->getConstructor(); in getDecl()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 723 if (CE && CE->getConstructor()->isTrivial() && in handleConstructor() 724 CE->getConstructor()->isCopyOrMoveConstructor() && in handleConstructor()
|