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.h822 ImplicitParamDecl *ContextParam; variable
836 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4677 unsigned ContextParam; variable
4729 assert(ContextParam < NumParams); in getContextParam()
4730 return getParam(ContextParam); in getContextParam()
4734 ContextParam = i; in setContextParam()
4737 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp663 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
665 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
670 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
672 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp112 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
114 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DDecl.cpp5418 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()