Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h633 ImplicitParamDecl *ContextParam; variable
643 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel) in CapturedRegionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h775 ImplicitParamDecl *ContextParam; variable
789 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/llvm-project/clang/include/clang/AST/
DDecl.h4297 unsigned ContextParam; variable
4349 assert(ContextParam < NumParams); in getContextParam()
4350 return getParam(ContextParam); in getContextParam()
4354 ContextParam = i; in setContextParam()
4357 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()
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp53 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
55 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
60 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
62 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
DMicrosoftMangle.cpp96 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
98 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
DDecl.cpp4845 NumParams(NumParams), ContextParam(0), BodyAndNothrow(nullptr, false) {} in CapturedDecl()