Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp480 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()
481 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DItaniumMangle.cpp5710 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
H A DASTImporter.cpp4631 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1799 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1181 ParmVarDeclBits.addBits(D->getFunctionScopeDepth(), /*BitsWidth=*/7); in VisitParmVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2995 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaTemplate.cpp2639 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DTreeTransform.h5847 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()