Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h588 ImplicitParamDecl *ContextParam; variable
597 ContextParam(Context), CapRegionKind(K) in CapturedRegionScopeInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3621 unsigned ContextParam; variable
3627 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) { } in CapturedDecl()
3659 assert(ContextParam < NumParams); in getContextParam()
3660 return getParam(ContextParam); in getContextParam()
3664 ContextParam = i; in setContextParam()
3667 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.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()
HDItaniumMangle.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()