Searched refs:ContextParam (Results 1 – 4 of 4) sorted by relevance
605 ImplicitParamDecl *ContextParam; variable614 ContextParam(Context), CapRegionKind(K) in CapturedRegionScopeInfo()
3639 unsigned ContextParam; variable3645 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) { } in CapturedDecl()3680 assert(ContextParam < NumParams); in getContextParam()3681 return getParam(ContextParam); in getContextParam()3685 ContextParam = i; in setContextParam()3688 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
48 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local50 return ContextParam->getDeclContext(); in getEffectiveDeclContext()55 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local57 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
56 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local58 return ContextParam->getDeclContext(); in getEffectiveDeclContext()63 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local65 return ContextParam->getDeclContext(); in getEffectiveDeclContext()