Home
last modified time | relevance | path

Searched refs:getConstructionKind (Results 1 – 21 of 21) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp245 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()
DExprEngineCallAndReturn.cpp630 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp497 CE ? CE->getConstructionKind() : CIE->getConstructionKind(); in handleConstructor()
515 OuterCtor->getConstructionKind() == CXXConstructExpr::CK_Complete || in handleConstructor()
516 OuterCtor->getConstructionKind() == CXXConstructExpr::CK_Delegating) && in handleConstructor()
DCoreEngine.cpp475 switch (CallerCtor->getConstructionKind()) { in HandleVirtualBaseBranch()
DExprEngineCallAndReturn.cpp770 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) { in mayInlineCallKind()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp273 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall()
365 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp168 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall()
251 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp176 ConstructExpr->getConstructionKind() != CXXConstructExpr::CK_Complete) in digThroughConstructors()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp450 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
487 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
DCGObjC.cpp3322 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp592 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
630 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
DCGObjC.cpp3776 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/include/clang/AST/
DExprCXX.h1259 ConstructionKind getConstructionKind() const { in getConstructionKind() function
1363 CXXConstructExpr::ConstructionKind getConstructionKind() const { in getConstructionKind() function
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1570 ConstructionKind getConstructionKind() const { in getConstructionKind() function
1681 CXXConstructExpr::ConstructionKind getConstructionKind() const { in getConstructionKind() function
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1318 switch (CE->getConstructionKind()) { in VisitCXXConstructExpr()
DASTImporter.cpp7367 E->requiresZeroInitialization(), E->getConstructionKind(), in VisitCXXConstructExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1218 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1589 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
/external/clang/lib/AST/
DASTImporter.cpp5836 E->getConstructionKind(), in VisitCXXConstructExpr()
/external/clang/lib/Sema/
DTreeTransform.h10055 E->getConstructionKind(), in TransformCXXConstructExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h12280 E->getConstructionKind(), E->getParenOrBraceRange()); in TransformCXXConstructExpr()