Searched refs:getConstructionKind (Results 1 – 8 of 8) sorted by relevance
69 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPreCall()152 switch (Ctor->getOriginExpr()->getConstructionKind()) { in checkPostCall()
108 switch (CE->getConstructionKind()) { in VisitCXXConstructExpr()178 if (CE->getConstructionKind() == CXXConstructExpr::CK_Delegating) { in VisitCXXConstructExpr()183 (CE->getConstructionKind() == CXXConstructExpr::CK_VirtualBase); in VisitCXXConstructExpr()
631 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in shouldInlineCallKind()
460 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()497 switch (E->getConstructionKind()) { in EmitCXXConstructExpr()
2977 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
1080 Record.push_back(E->getConstructionKind()); // FIXME: stable encoding in VisitCXXConstructExpr()
990 ConstructionKind getConstructionKind() const { in getConstructionKind() function
7863 E->getConstructionKind(), in TransformCXXConstructExpr()