Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp514 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
639 unsigned Idx = Param->getFunctionScopeIndex() + 1; in VisitNode()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp1317 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
1344 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
3284 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
H A DStmtProfile.cpp1364 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
H A DExprConstant.cpp1957 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()]; in evaluateVarDeclInit()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp290 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1732 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
2772 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
H A DTreeTransform.h4377 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
4392 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
4570 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
H A DSemaChecking.cpp2525 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
H A DSemaDecl.cpp2358 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1797 PVD->getFunctionScopeIndex())) in EmitFunctionProlog()
2658 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in emitNonNullArgCheck()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1305 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp801 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()