Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h805 ImplicitParamDecl *ContextParam; variable
819 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4650 unsigned ContextParam; variable
4702 assert(ContextParam < NumParams); in getContextParam()
4703 return getParam(ContextParam); in getContextParam()
4707 ContextParam = i; in setContextParam()
4710 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp664 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
666 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
671 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
673 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp112 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
114 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DDecl.cpp5356 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()