Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h791 ImplicitParamDecl *ContextParam; variable
805 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4422 unsigned ContextParam; variable
4474 assert(ContextParam < NumParams); in getContextParam()
4475 return getParam(ContextParam); in getContextParam()
4479 ContextParam = i; in setContextParam()
4482 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp628 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
630 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
635 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
637 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp109 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
111 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DDecl.cpp5020 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()