/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 645 AllParams[std::min<size_t>(Parm->getFunctionScopeIndex(), in findFunctionArgMutation()
|
H A D | CalledOnceCheck.cpp | 1047 unsigned ParamIndex = Param->getFunctionScopeIndex(); in shouldBeCalledOnce()
|
H A D | ThreadSafetyCommon.cpp | 314 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 265 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString() 1212 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName() 1377 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
|
H A D | ItaniumMangle.cpp | 185 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 D | StmtProfile.cpp | 131 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
|
H A D | ASTImporter.cpp | 4712 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl() 4716 D->getFunctionScopeIndex()); in VisitParmVarDecl()
|
H A D | ExprConstant.cpp | 512 return OrigCallee ? OrigCallee->getParamDecl(PVD->getFunctionScopeIndex()) in getOrigParam() 2167 unsigned Idx = PVD->getFunctionScopeIndex(); in NoteLValueLocation()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 508 OS << "unnamed function parameter " << Decl->getFunctionScopeIndex() in printEntryName()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 803 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeductionGuide.cpp | 631 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
|
H A D | SemaTemplateInstantiateDecl.cpp | 346 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 D | SemaTemplateInstantiate.cpp | 3185 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl() 4335 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
|
H A D | SemaOpenMP.cpp | 6816 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 D | TreeTransform.h | 5945 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam() 5966 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams() 6177 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
|
H A D | SemaChecking.cpp | 5843 if (PV->getFunctionScopeIndex() == CallerFSI.FormatIdx && in checkFormatStringExpr()
|
H A D | SemaDecl.cpp | 3242 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 1394 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics() 1667 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
|
H A D | MemRegion.cpp | 1006 unsigned Index = PVD->getFunctionScopeIndex(); in getVarRegion()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3059 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog() 4363 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
|
H A D | CGClass.cpp | 2302 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1782 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1215 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()
|