Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp510 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()
511 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp630 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaTemplateInstantiate.cpp3184 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DTreeTransform.h5944 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
/src/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DItaniumMangle.cpp5741 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
H A DASTImporter.cpp4715 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1772 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1219 ParmVarDeclBits.addBits(D->getFunctionScopeDepth(), /*BitsWidth=*/7); in VisitParmVarDecl()