Home
last modified time | relevance | path

Searched refs:getConstructionKind (Results 1 – 9 of 9) 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/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp168 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall()
251 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp450 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
487 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
DCGObjC.cpp3322 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/clang/lib/Serialization/
DASTWriterStmt.cpp1218 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()