Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp416 unsigned ParamDiagIdx = PVD->getFunctionScopeIndex() + 1; in checkPostCall()
H A DNullabilityChecker.cpp768 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1; in checkPreCall()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp573 AllParams[std::min<size_t>(Parm->getFunctionScopeIndex(), in findFunctionArgMutation()
H A DCalledOnceCheck.cpp1046 unsigned ParamIndex = Param->getFunctionScopeIndex(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp312 unsigned I = PV->getFunctionScopeIndex(); in translateDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp259 Func->getNumParams() - Parm->getFunctionScopeIndex(); in getLambdaString()
1063 Func->getNumParams() - Parm->getFunctionScopeIndex(); in mangleUnqualifiedName()
1223 F->getNumParams() - P->getFunctionScopeIndex(); in mangleNestedName()
H A DItaniumMangle.cpp182 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 DStmtProfile.cpp116 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
H A DASTImporter.cpp4400 ToParm->setObjCMethodScopeInfo(D->getFunctionScopeIndex()); in VisitParmVarDecl()
4404 D->getFunctionScopeIndex()); in VisitParmVarDecl()
H A DExprConstant.cpp504 return OrigCallee ? OrigCallee->getParamDecl(PVD->getFunctionScopeIndex()) in getOrigParam()
2084 unsigned Idx = PVD->getFunctionScopeIndex(); in NoteLValueLocation()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp464 OS << "unnamed function parameter " << Decl->getFunctionScopeIndex() in printEntryName()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp329 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 DSemaTemplateInstantiate.cpp2805 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
4002 unsigned i = PV->getFunctionScopeIndex(); in getCanonicalParmVarDecl()
H A DSemaOpenMP.cpp6883 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 DTreeTransform.h5750 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam()
5771 assert(OldParm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
5982 assert(parm->getFunctionScopeIndex() == i); in TransformFunctionTypeParams()
H A DSemaTemplate.cpp2523 OldParam->getFunctionScopeIndex()); in transformFunctionTypeParam()
H A DSemaDecl.cpp3333 FirstFD->getParamDecl(oldDecl->getFunctionScopeIndex()); in mergeParamDeclAttributes()
H A DSemaChecking.cpp8913 if (PV->getFunctionScopeIndex() == CallerFSI.FormatIdx && in checkFormatStringExpr()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1364 unsigned Idx = Param->getFunctionScopeIndex() + 1; in showBRParamDiagnostics()
1638 InitE = Call->getArgExpr(Param->getFunctionScopeIndex()); in VisitNode()
H A DMemRegion.cpp968 unsigned Index = PVD->getFunctionScopeIndex(); in getVarRegion()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2864 PVD->getFunctionScopeIndex()) && in EmitFunctionProlog()
4122 unsigned ArgNo = PVD ? PVD->getFunctionScopeIndex() : ParmNum; in EmitNonNullArgCheck()
H A DCGClass.cpp2301 OuterCtor->getParamDecl(Param->getFunctionScopeIndex())->getType(), in EmitInheritedCXXConstructorCall()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1784 unsigned getFunctionScopeIndex() const { in getFunctionScopeIndex() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1115 Record.push_back(D->getFunctionScopeIndex()); in VisitParmVarDecl()