Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1028 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1054 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DItaniumMangle.cpp4314 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
H A DASTImporter.cpp3753 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1830 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaTemplate.cpp1942 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DTreeTransform.h5020 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1597 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function