Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1363 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
H A DItaniumMangle.cpp3283 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp800 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
825 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1299 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1731 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DTreeTransform.h4376 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()