Searched refs:ContextParam (Results 1 – 5 of 5) sorted by relevance
822 ImplicitParamDecl *ContextParam; variable836 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
4677 unsigned ContextParam; variable4729 assert(ContextParam < NumParams); in getContextParam()4730 return getParam(ContextParam); in getContextParam()4734 ContextParam = i; in setContextParam()4737 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
663 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local665 return ContextParam->getDeclContext(); in getEffectiveDeclContext()670 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local672 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
112 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local114 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
5418 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()