Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp645 AllParams[std::min<size_t>(Parm->getFunctionScopeIndex(), in findFunctionArgMutation()
H A DCalledOnceCheck.cpp1047 unsigned ParamIndex = Param->getFunctionScopeIndex(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp314 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp265 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString()
1212 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName()
1377 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
H A DItaniumMangle.cpp185 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString()
1896 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
1928 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName()
5742 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
H A DStmtProfile.cpp131 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
H A DASTImporter.cpp4712 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl()
4716 D->getFunctionScopeIndex()); in VisitParmVarDecl()
H A DExprConstant.cpp512 return OrigCallee ? OrigCallee->getParamDecl(PVD->getFunctionScopeIndex()) in getOrigParam()
2167 unsigned Idx = PVD->getFunctionScopeIndex(); in NoteLValueLocation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp508 OS << "unnamed function parameter " << Decl->getFunctionScopeIndex() in printEntryName()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp803 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp631 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
H A DSemaTemplateInstantiateDecl.cpp346 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareSimdDeclAttr()
348 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareSimdDeclAttr()
427 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareVariantAttr()
429 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareVariantAttr()
H A DSemaTemplateInstantiate.cpp3185 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
4335 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
H A DSemaOpenMP.cpp6816 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
6817 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
6844 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
6845 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
6915 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective()
6916 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
7646 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareVariantDirective()
7647 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareVariantDirective()
H A DTreeTransform.h5945 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
5966 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
6177 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
H A DSemaChecking.cpp5843 if (PV->getFunctionScopeIndex() == CallerFSI.FormatIdx && in checkFormatStringExpr()
H A DSemaDecl.cpp3242 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1394 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics()
1667 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
H A DMemRegion.cpp1006 unsigned Index = PVD->getFunctionScopeIndex(); in getVarRegion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3059 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog()
4363 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
H A DCGClass.cpp2302 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1782 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1215 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()