Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriterDecl.cpp965 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
991 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/external/clang/lib/AST/
DStmtProfile.cpp1657 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
DItaniumMangle.cpp3969 unsigned parmDepth = parm->getFunctionScopeDepth(); in mangleFunctionParam()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1702 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
DTreeTransform.h4693 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
/external/clang/include/clang/AST/
DDecl.h1424 unsigned getFunctionScopeDepth() const { in getFunctionScopeDepth() function