Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DItaniumMangle.cpp5084 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
H A DASTImporter.cpp4232 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1710 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2454 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaTemplate.cpp2421 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DTreeTransform.h5589 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()