Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h588 ImplicitParamDecl *ContextParam; variable
597 ContextParam(Context), CapRegionKind(K) in CapturedRegionScopeInfo()
/external/clang/include/clang/AST/
DDecl.h3575 unsigned ContextParam; variable
3581 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()
/external/clang/lib/AST/
DMicrosoftMangle.cpp47 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
49 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
54 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
56 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()