Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h633 ImplicitParamDecl *ContextParam; variable
643 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel) in CapturedRegionScopeInfo()
/external/clang/include/clang/AST/
DDecl.h3638 unsigned ContextParam; variable
3685 assert(ContextParam < NumParams); in getContextParam()
3686 return getParam(ContextParam); in getContextParam()
3690 ContextParam = i; in setContextParam()
3693 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/external/clang/lib/AST/
DMicrosoftMangle.cpp80 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
82 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
87 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
89 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
DItaniumMangle.cpp57 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
59 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
64 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
66 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
DDecl.cpp4059 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()