Home
last modified time | relevance | path

Searched refs:getFunctionScopeIndex (Results 1 – 16 of 16) 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.cpp1480 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
1509 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
3970 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
DStmtProfile.cpp1658 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
DExprConstant.cpp2122 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()]; in evaluateVarDeclInit()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp703 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp274 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1703 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
2753 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
DSemaOpenMP.cpp3673 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
3674 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
3701 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
3702 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
3771 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
3772 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
DSemaTemplateInstantiateDecl.cpp255 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareSimdDeclAttr()
257 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareSimdDeclAttr()
DTreeTransform.h4694 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
4711 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
4909 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
DSemaChecking.cpp3936 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
DSemaDecl.cpp2533 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/external/clang/lib/CodeGen/
DCGCall.cpp2211 PVD->getFunctionScopeIndex())) in EmitFunctionProlog()
3155 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
DCGClass.cpp2202 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
/external/clang/include/clang/AST/
DDecl.h1430 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp966 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()