Searched refs:ContextParam (Results 1 – 5 of 5) sorted by relevance
828 ImplicitParamDecl *ContextParam; variable842 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
4863 unsigned ContextParam; variable4911 assert(ContextParam < NumParams); in getContextParam()4912 return getParam(ContextParam); in getContextParam()4916 ContextParam = i; in setContextParam()4919 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
658 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local660 return ContextParam->getDeclContext(); in getEffectiveDeclContext()665 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local667 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
110 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local112 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
5567 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()