Searched refs:ContextParam (Results 1 – 5 of 5) sorted by relevance
791 ImplicitParamDecl *ContextParam; variable805 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
4422 unsigned ContextParam; variable4474 assert(ContextParam < NumParams); in getContextParam()4475 return getParam(ContextParam); in getContextParam()4479 ContextParam = i; in setContextParam()4482 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
628 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local630 return ContextParam->getDeclContext(); in getEffectiveDeclContext()635 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local637 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
109 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local111 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
5020 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()