Home
last modified time | relevance | path

Searched refs:getFunctionScopeDepth (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp890 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
915 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp1441 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
HDItaniumMangle.cpp3429 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp1716 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
HDTreeTransform.h4429 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h1380 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function