Searched refs:ContextParam (Results 1 – 5 of 5) sorted by relevance
633 ImplicitParamDecl *ContextParam; variable643 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel) in CapturedRegionScopeInfo()
3638 unsigned ContextParam; variable3685 assert(ContextParam < NumParams); in getContextParam()3686 return getParam(ContextParam); in getContextParam()3690 ContextParam = i; in setContextParam()3693 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
80 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local82 return ContextParam->getDeclContext(); in getEffectiveDeclContext()87 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local89 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
57 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local59 return ContextParam->getDeclContext(); in getEffectiveDeclContext()64 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local66 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
4059 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()