Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp466 if (Decl->getFunctionScopeDepth() > 0) in printEntryName()
467 OS << "(at depth " << Decl->getFunctionScopeDepth() << ") "; in printEntryName()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1114 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1138 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp115 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DItaniumMangle.cpp5166 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
H A DASTImporter.cpp4403 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1774 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2804 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaTemplate.cpp2522 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DTreeTransform.h5749 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()