Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h828 ImplicitParamDecl *ContextParam; variable
842 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4863 unsigned ContextParam; variable
4911 assert(ContextParam < NumParams); in getContextParam()
4912 return getParam(ContextParam); in getContextParam()
4916 ContextParam = i; in setContextParam()
4919 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp658 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
660 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
665 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
667 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp110 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
112 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DDecl.cpp5567 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()