Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp77 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes()
254 if (!ParameterNonNullMarks.test(Parameter->getFunctionScopeIndex())) in checkBeginFunction()
H A DFuchsiaHandleChecker.cpp419 unsigned ParamDiagIdx = PVD->getFunctionScopeIndex() + 1; in checkPostCall()
H A DNullabilityChecker.cpp719 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp561 AllParams[std::min<size_t>(Parm->getFunctionScopeIndex(), in findFunctionArgMutation()
H A DCalledOnceCheck.cpp1046 unsigned ParamIndex = Param->getFunctionScopeIndex(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp278 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp244 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString()
1028 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName()
1187 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
H A DItaniumMangle.cpp234 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 DStmtProfile.cpp112 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
H A DASTImporter.cpp4166 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl()
4170 D->getFunctionScopeIndex()); in VisitParmVarDecl()
H A DExprConstant.cpp504 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 DBugReporterVisitors.cpp1333 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics()
1464 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
H A DMemRegion.cpp924 unsigned Index = PVD->getFunctionScopeIndex(); in getVarRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp304 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 DSemaTemplateInstantiate.cpp2456 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
3556 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
H A DSemaOpenMP.cpp6368 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 DTreeTransform.h5567 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
5585 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
5794 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
H A DSemaTemplate.cpp2422 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
H A DSemaChecking.cpp7410 int PVIndex = PV->getFunctionScopeIndex() + 1; in checkFormatStringExpr()
H A DSemaDecl.cpp2998 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp2730 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog()
3981 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
H A DCGClass.cpp2234 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1694 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1090 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()