Home
last modified time | relevance | path

Searched refs:getFunctionScopeIndex (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp517 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
642 unsigned Idx = Param->getFunctionScopeIndex() + 1; in VisitNode()
/external/clang/lib/AST/
DItaniumMangle.cpp1329 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
1356 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
3220 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
DStmtProfile.cpp1261 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
DExprConstant.cpp1940 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()]; in evaluateVarDeclInit()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp173 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
DThreadSafety.cpp286 unsigned i = PV->getFunctionScopeIndex(); in buildSExpr()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1678 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
2660 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
DTreeTransform.h4275 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
4290 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
4468 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
DSemaChecking.cpp2121 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
DSemaDecl.cpp2268 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/external/clang/include/clang/AST/
DDecl.h1285 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp781 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()