Searched refs:ContextParam (Results 1 – 5 of 5) sorted by relevance
779 ImplicitParamDecl *ContextParam; variable793 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
4317 unsigned ContextParam; variable4369 assert(ContextParam < NumParams); in getContextParam()4370 return getParam(ContextParam); in getContextParam()4374 ContextParam = i; in setContextParam()4377 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
96 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local98 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
4877 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()