/netbsd-src/external/apache2/llvm/dist/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 | 419 unsigned ParamDiagIdx = PVD->getFunctionScopeIndex() + 1; in checkPostCall()
|
H A D | NullabilityChecker.cpp | 719 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 561 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 | 278 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 244 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString() 1028 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName() 1187 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
|
H A D | ItaniumMangle.cpp | 234 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString() 1771 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName() 1803 unsigned Num = Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleLocalName() 5065 unsigned parmIndex = parm->getFunctionScopeIndex(); in mangleFunctionParam()
|
H A D | StmtProfile.cpp | 112 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
|
H A D | ASTImporter.cpp | 4166 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl() 4170 D->getFunctionScopeIndex()); in VisitParmVarDecl()
|
H A D | ExprConstant.cpp | 504 return OrigCallee ? OrigCallee->getParamDecl(PVD->getFunctionScopeIndex()) in getOrigParam() 2077 unsigned Idx = PVD->getFunctionScopeIndex(); in NoteLValueLocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 1333 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics() 1464 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
|
H A D | MemRegion.cpp | 924 unsigned Index = PVD->getFunctionScopeIndex(); in getVarRegion()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 304 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareSimdDeclAttr() 306 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareSimdDeclAttr() 385 if (FD->getNumParams() > PVD->getFunctionScopeIndex()) in instantiateOMPDeclareVariantAttr() 387 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex())); in instantiateOMPDeclareVariantAttr()
|
H A D | SemaTemplateInstantiate.cpp | 2456 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl() 3556 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
|
H A D | SemaOpenMP.cpp | 6368 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective() 6369 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective() 6396 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective() 6397 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective() 6467 if (FD->getNumParams() > PVD->getFunctionScopeIndex() && in ActOnOpenMPDeclareSimdDirective() 6468 FD->getParamDecl(PVD->getFunctionScopeIndex()) in ActOnOpenMPDeclareSimdDirective()
|
H A D | TreeTransform.h | 5567 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam() 5585 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams() 5794 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
|
H A D | SemaTemplate.cpp | 2422 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
|
H A D | SemaChecking.cpp | 7410 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
|
H A D | SemaDecl.cpp | 2998 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2730 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog() 3981 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
|
H A D | CGClass.cpp | 2234 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 1694 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1090 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()
|