Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h779 ImplicitParamDecl *ContextParam; variable
793 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4317 unsigned ContextParam; variable
4369 assert(ContextParam < NumParams); in getContextParam()
4370 return getParam(ContextParam); in getContextParam()
4374 ContextParam = i; in setContextParam()
4377 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp96 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
98 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DDecl.cpp4877 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()