Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp71 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall()
154 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp189 switch (CE->getConstructionKind()) { in VisitCXXConstructExpr()
200 switch (OuterCtor->getConstructionKind()) { in VisitCXXConstructExpr()
220 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) { in VisitCXXConstructExpr()
225 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase); in VisitCXXConstructExpr()
DExprEngineCallAndReturn.cpp642 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp365 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
402 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
DCGObjC.cpp3025 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/include/clang/AST/
DExprCXX.h1149 ConstructionKind getConstructionKind() const { in getConstructionKind() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1154 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
/external/clang/lib/Sema/
DTreeTransform.h8557 E->getConstructionKind(), in TransformCXXConstructExpr()