Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp123 switch (CE->getConstructionKind()) { in VisitCXXConstructExpr()
189 switch (OuterCtor->getConstructionKind()) { in VisitCXXConstructExpr()
209 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) { in VisitCXXConstructExpr()
214 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase); in VisitCXXConstructExpr()
DExprEngineCallAndReturn.cpp642 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp71 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall()
154 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp363 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
400 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
DCGObjC.cpp3016 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterStmt.cpp1159 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprCXX.h1149 ConstructionKind getConstructionKind() const { in getConstructionKind() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h8216 E->getConstructionKind(), in TransformCXXConstructExpr()