| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 77 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes() 254 if (!ParameterNonNullMarks.test(Parameter->getFunctionScopeIndex())) in checkBeginFunction()
|
| H A D | FuchsiaHandleChecker.cpp | 416 unsigned ParamDiagIdx = PVD->getFunctionScopeIndex() + 1; in checkPostCall()
|
| H A D | NullabilityChecker.cpp | 768 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 573 AllParams[std::min<size_t>(Parm->getFunctionScopeIndex(), in findFunctionArgMutation()
|
| H A D | CalledOnceCheck.cpp | 1046 unsigned ParamIndex = Param->getFunctionScopeIndex(); in shouldBeCalledOnce()
|
| H A D | ThreadSafetyCommon.cpp | 312 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 259 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString() 1063 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName() 1223 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
|
| H A D | ItaniumMangle.cpp | 182 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString() 1821 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName() 1853 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName() 5167 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
|
| H A D | StmtProfile.cpp | 116 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
|
| H A D | ASTImporter.cpp | 4400 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl() 4404 D->getFunctionScopeIndex()); in VisitParmVarDecl()
|
| H A D | ExprConstant.cpp | 504 return OrigCallee ? OrigCallee->getParamDecl(PVD->getFunctionScopeIndex()) in getOrigParam() 2084 unsigned Idx = PVD->getFunctionScopeIndex(); in NoteLValueLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 464 OS << "unnamed function parameter " << Decl->getFunctionScopeIndex() in printEntryName()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 329 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareSimdDeclAttr() 331 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareSimdDeclAttr() 410 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareVariantAttr() 412 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaTemplateInstantiate.cpp | 2805 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl() 4002 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
|
| H A D | SemaOpenMP.cpp | 6883 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective() 6884 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective() 6911 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective() 6912 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective() 6982 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective() 6983 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective() 7706 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareVariantDirective() 7707 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareVariantDirective()
|
| H A D | TreeTransform.h | 5750 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam() 5771 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams() 5982 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
|
| H A D | SemaTemplate.cpp | 2523 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
|
| H A D | SemaDecl.cpp | 3333 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
|
| H A D | SemaChecking.cpp | 8913 if (PV->getFunctionScopeIndex() == CallerFSI.FormatIdx && in checkFormatStringExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1364 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics() 1638 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
|
| H A D | MemRegion.cpp | 968 unsigned Index = PVD->getFunctionScopeIndex(); in getVarRegion()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2864 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog() 4122 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
|
| H A D | CGClass.cpp | 2301 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 1784 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1115 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()
|