Searched refs:CallInit (Results 1 – 18 of 18) sorted by relevance
107 setInitializer(nullptr, CallInit); in OMPDeclareReductionDecl()
902 if (D->getInitStyle() == VarDecl::CallInit && in VisitVarDecl()909 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init)) in VisitVarDecl()918 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init)) in VisitVarDecl()1736 case OMPDeclareReductionDecl::CallInit: in VisitOMPDeclareReductionDecl()
852 case VarDecl::CallInit: JOS.attribute("init", "call"); break; in VisitVarDecl()1295 case CXXNewExpr::CallInit: JOS.attribute("initStyle", "call"); break; in VisitCXXNewExpr()
1803 case VarDecl::CallInit: in VisitVarDecl()1900 case OMPDeclareReductionDecl::CallInit: in VisitOMPDeclareReductionDecl()
2182 if (D->getInitStyle() == VarDecl::CallInit && in VisitLambdaExpr()2289 bool Bare = InitStyle == CXXNewExpr::CallInit && in VisitCXXNewExpr()
220 case CallInit: in CXXNewExpr()
176 CallInit, // Initialized by function call. enumerator
923 CallInit, enumerator
2254 CallInit, enumerator
207 VD->getInitStyle() == VarDecl::CallInit) { in GetDiagForGotoScopeDecl()
3596 if (D->getInitializerKind() == OMPDeclareReductionDecl::CallInit) { in VisitOMPDeclareReductionDecl()3611 (D->getInitializerKind() == OMPDeclareReductionDecl::CallInit && in VisitOMPDeclareReductionDecl()3613 (D->getInitializerKind() != OMPDeclareReductionDecl::CallInit && in VisitOMPDeclareReductionDecl()5347 OldVar->getInitStyle() == VarDecl::CallInit); in InstantiateVariableInitializer()
572 VD->setInitStyle(VarDecl::CallInit); in buildCoroutinePromise()
1148 InitStyle = VarDecl::CallInit; in ActOnStartOfLambdaDefinition()
1982 initStyle = CXXNewExpr::CallInit; in BuildCXXNew()1994 assert(initStyle == CXXNewExpr::CallInit && "paren init for non-call init"); in BuildCXXNew()
13468 : VarDecl::CallInit); in AddInitializerToDecl()13798 Var->setInitStyle(VarDecl::CallInit); in ActOnUninitializedDecl()
19438 RHSVD->setInitStyle(VarDecl::CallInit); in actOnOMPReductionKindClause()22281 DRD->setInitializer(Initializer, OMPDeclareReductionDecl::CallInit); in ActOnOpenMPDeclareReductionInitializerEnd()
13178 OldVD->getInit(), OldVD->getInitStyle() == VarDecl::CallInit); in TransformLambdaExpr()
1161 D->getInitializerKind() == OMPDeclareReductionDecl::CallInit ? Init in emitUserDefinedReduction()