Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp389 AllParams[std::min<size_t>(Parm->getFunctionScopeIndex(), in findFunctionArgMutation()
H A DThreadSafetyCommon.cpp282 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1125 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics()
1246 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp678 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1831 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
2887 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
H A DSemaOpenMP.cpp3725 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
3726 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
3753 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
3754 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
3823 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
3824 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
H A DSemaTemplateInstantiateDecl.cpp293 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareSimdDeclAttr()
295 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareSimdDeclAttr()
H A DTreeTransform.h5021 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
5038 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
5236 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
H A DSemaTemplate.cpp1943 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
H A DSemaChecking.cpp6466 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
H A DSemaDecl.cpp2740 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp1586 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
1615 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
4315 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
H A DMicrosoftMangle.cpp886 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName()
1045 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
H A DStmtProfile.cpp112 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
H A DASTImporter.cpp3750 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl()
3754 D->getFunctionScopeIndex()); in VisitParmVarDecl()
H A DExprConstant.cpp2552 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()]; in evaluateVarDeclInit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2373 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog()
3386 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
H A DCGClass.cpp2187 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1603 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1029 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()