Searched refs:ContextParam (Results 1 – 5 of 5) sorted by relevance
805 ImplicitParamDecl *ContextParam; variable819 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
4650 unsigned ContextParam; variable4702 assert(ContextParam < NumParams); in getContextParam()4703 return getParam(ContextParam); in getContextParam()4707 ContextParam = i; in setContextParam()4710 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
664 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local666 return ContextParam->getDeclContext(); in getEffectiveDeclContext()671 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local673 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
112 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local114 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
5356 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()