Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp528 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()
529 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp676 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaTemplateInstantiate.cpp3376 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DTreeTransform.h6171 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DStmtPrinter.cpp1337 OS << "function-parameter-" << PD->getFunctionScopeDepth() << '-' in VisitDeclRefExpr()
H A DTextNodeDumper.cpp961 OS << " depth " << PD->getFunctionScopeDepth() << " index " in dumpBareDeclRef()
H A DItaniumMangle.cpp6011 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
H A DASTImporter.cpp4992 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1819 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1383 ParmVarDeclBits.addBits(D->getFunctionScopeDepth(), /*BitsWidth=*/7); in VisitParmVarDecl()