Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp513 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
638 unsigned Idx = Param->getFunctionScopeIndex() + 1; in VisitNode()
/external/clang/lib/AST/
DItaniumMangle.cpp1176 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
1203 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
3401 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
DStmtProfile.cpp1410 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
DExprConstant.cpp1957 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()]; in evaluateVarDeclInit()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp281 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1712 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
2756 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
DTreeTransform.h4400 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
4415 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
4593 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
DSemaChecking.cpp2696 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
DSemaDecl.cpp2428 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/external/clang/lib/CodeGen/
DCGCall.cpp1839 PVD->getFunctionScopeIndex())) in EmitFunctionProlog()
2701 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in emitNonNullArgCheck()
/external/clang/include/clang/AST/
DDecl.h1345 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp859 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()