/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 245 switch (CE->getConstructionKind()) { in VisitCXXConstructExpr() 256 switch (OuterCtor->getConstructionKind()) { in VisitCXXConstructExpr() 276 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) { in VisitCXXConstructExpr() 281 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase); in VisitCXXConstructExpr()
|
D | ExprEngineCallAndReturn.cpp | 630 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 497 CE ? CE->getConstructionKind() : CIE->getConstructionKind(); in handleConstructor() 515 OuterCtor->getConstructionKind() == CXXConstructExpr::CK_Complete || in handleConstructor() 516 OuterCtor->getConstructionKind() == CXXConstructExpr::CK_Delegating) && in handleConstructor()
|
D | CoreEngine.cpp | 475 switch (CallerCtor->getConstructionKind()) { in HandleVirtualBaseBranch()
|
D | ExprEngineCallAndReturn.cpp | 770 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) { in mayInlineCallKind()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 273 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall() 365 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 168 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall() 251 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertUtils.cpp | 176 ConstructExpr->getConstructionKind() != CXXConstructExpr::CK_Complete) in digThroughConstructors()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 450 switch (E->getConstructionKind()) { in EmitCXXConstructExpr() 487 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
|
D | CGObjC.cpp | 3322 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 592 switch (E->getConstructionKind()) { in EmitCXXConstructExpr() 630 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
|
D | CGObjC.cpp | 3776 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1259 ConstructionKind getConstructionKind() const { in getConstructionKind() function 1363 CXXConstructExpr::ConstructionKind getConstructionKind() const { in getConstructionKind() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 1570 ConstructionKind getConstructionKind() const { in getConstructionKind() function 1681 CXXConstructExpr::ConstructionKind getConstructionKind() const { in getConstructionKind() function
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 1318 switch (CE->getConstructionKind()) { in VisitCXXConstructExpr()
|
D | ASTImporter.cpp | 7367 E->requiresZeroInitialization(), E->getConstructionKind(), in VisitCXXConstructExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1218 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1589 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5836 E->getConstructionKind(), in VisitCXXConstructExpr()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 10055 E->getConstructionKind(), in TransformCXXConstructExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 12280 E->getConstructionKind(), E->getParenOrBraceRange()); in TransformCXXConstructExpr()
|