Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp510 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()
511 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeductionGuide.cpp630 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
HDSemaTemplateInstantiate.cpp3181 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
HDTreeTransform.h5944 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
HDItaniumMangle.cpp5741 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
HDASTImporter.cpp4715 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1772 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1219 ParmVarDeclBits.addBits(D->getFunctionScopeDepth(), /*BitsWidth=*/7); in VisitParmVarDecl()