Searched refs:ContextParam (Results 1 – 4 of 4) sorted by relevance
588 ImplicitParamDecl *ContextParam; variable597 ContextParam(Context), CapRegionKind(K) in CapturedRegionScopeInfo()
3575 unsigned ContextParam; variable3581 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) { } in CapturedDecl()3613 assert(ContextParam < NumParams); in getContextParam()3614 return getParam(ContextParam); in getContextParam()3618 ContextParam = i; in setContextParam()3621 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
47 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local49 return ContextParam->getDeclContext(); in getEffectiveDeclContext()54 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local56 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()