Home
last modified time | relevance | path

Searched refs:ContextParam (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h605 ImplicitParamDecl *ContextParam; variable
614 ContextParam(Context), CapRegionKind(K) in CapturedRegionScopeInfo()
/external/clang/include/clang/AST/
DDecl.h3639 unsigned ContextParam; variable
3645 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()
/external/clang/lib/AST/
DMicrosoftMangle.cpp48 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
50 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
55 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
57 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
DItaniumMangle.cpp56 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
58 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
63 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
65 return ContextParam->getDeclContext(); in getEffectiveDeclContext()