/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MIGChecker.cpp | 192 if (const ParmVarDecl *PVD = in checkPostCall() local 211 const ParmVarDecl *PVD = getOriginParam(Arg, C); in checkPostCall() local
|
H A D | FuchsiaHandleChecker.cpp | 335 const ParmVarDecl *PVD = FuncDecl->getParamDecl(Arg); in checkPreCall() local 415 const ParmVarDecl *PVD = FuncDecl->getParamDecl(Arg); in checkPostCall() local 583 const ParmVarDecl *PVD = FuncDecl->getParamDecl(Arg); in checkPointerEscape() local
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 116 const auto *PVD = Match.getNodeAs<ParmVarDecl>(ParamBind); in emitDiagnostics() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | ParamRegionTest.cpp | 21 const ParmVarDecl *PVD) { in checkForSameParamRegions()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Attr.h | 93 if (auto *PVD = getFunctionOrMethodParam(D, Idx)) in getFunctionOrMethodParamRange() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 290 const ParmVarDecl *PVD = (*CE)->parameters()[*Idx]; in generateDiagnosticsForCallLike() local 388 const ParmVarDecl *PVD = Parameters[I]; in annotateConsumedSummaryMismatch() local 437 const auto *PVD = cast<ParmVarDecl>(VR->getDecl()); in annotateStartParameter() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Hover.cpp | 371 Out.Type = printType(PVD->getType(), PVD->getASTContext(), PP); in toHoverInfoParam() argument 360 getDefaultArg(const ParmVarDecl * PVD) getDefaultArg() argument 390 for (const ParmVarDecl *PVD : FD->parameters()) fillFunctionTypeAndParams() local 1101 if (const ParmVarDecl *PVD = Parameters[I]) { maybeAddCalleeArgInfo() local [all...] |
H A D | InlayHints.cpp | 644 if (auto *PVD = llvm::dyn_cast<ParmVarDecl>(D)) { VisitVarDecl() local
|
H A D | AST.cpp | 538 bool VisitParmVarDecl(ParmVarDecl *PVD) { in VisitParmVarDecl() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ArgumentCommentCheck.cpp | 281 const ParmVarDecl *PVD = Callee->getParamDecl(I); in checkCallArgs() local
|
H A D | EasilySwappableParametersCheck.cpp | 1645 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) in VisitDeclRefExpr() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | SValExplainer.h | 247 const ParmVarDecl *PVD = R->getDecl(); in VisitParamVarRegion() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineOutline.cpp | 240 for (const auto *PVD : FD->parameters()) { getFunctionSourceCode() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 2435 const ParmVarDecl *PVD = FD->getParamDecl(i); createOverloadsForFixedParams() local 2587 fixParamWithSpan(const ParmVarDecl * PVD,const ASTContext & Ctx,UnsafeBufferUsageHandler & Handler) fixParamWithSpan() argument 2756 if (const auto *PVD = dyn_cast<ParmVarDecl>(VD)) { fixVariable() local 2785 if (const auto *PVD = dyn_cast<ParmVarDecl>(VD)) fixVariable() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1827 auto PVD = SB.getPerVGPRData(); spillSGPR() local 1921 auto PVD = SB.getPerVGPRData(); restoreSGPR() local 1971 auto PVD = SB.getPerVGPRData(); spillEmergencySGPR() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 614 const ParmVarDecl *PVD = getDecl(); dumpToStream() local 1004 const auto *PVD = dyn_cast<ParmVarDecl>(D); getVarRegion() local
|
H A D | ExprEngineCallAndReturn.cpp | 716 for (const ParmVarDecl *PVD : Call.parameters()) { evalCall() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 1809 const auto *PVD = dyn_cast<ParmVarDecl>(D); isValidOSObjectOutParameter() local 2242 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I)); handleExternallyRetainedAttr() local
|
H A D | SemaDeclAttr.cpp | 759 if (const auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) VisitDeclRefExpr() local 3636 for (const ParmVarDecl *PVD : FD->parameters()) handleCallbackAttr() local 6129 if (const auto *PVD = dyn_cast<ParmVarDecl>(D)) { handleAcquireHandleAttr() local 6690 if (auto *PVD = dyn_cast<ParmVarDecl>(D)) ProcessDeclAttribute() local [all...] |
H A D | SemaConcept.cpp | 815 for (auto *PVD : FD->parameters()) SubstituteConstraintExpressionWithoutSatisfaction() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 343 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { instantiateOMPDeclareSimdDeclAttr() local 424 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) { instantiateOMPDeclareVariantAttr() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2904 getNonNullAttr(const Decl * FD,const ParmVarDecl * PVD,QualType ArgType,unsigned ArgNo) getNonNullAttr() argument 3079 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(Arg)) { EmitFunctionProlog() local 4379 auto PVD = ParmNum < AC.getNumParams() ? AC.getParamDecl(ParmNum) : nullptr; EmitNonNullArgCheck() local [all...] |
H A D | CodeGenFunction.cpp | 1281 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) StartFunction() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1109 getParamSlot(CallRef Call,const ParmVarDecl * PVD) getParamSlot() argument 1923 createParam(CallRef Args,const ParmVarDecl * PVD,LValue & LV) createParam() argument 2166 if (auto *PVD = dyn_cast_or_null<ParmVarDecl>(VD)) { NoteLValueLocation() local 6217 EvaluateCallArg(const ParmVarDecl * PVD,const Expr * Arg,CallRef Call,EvalInfo & Info,bool NonNull=false) EvaluateCallArg() argument 6265 const ParmVarDecl *PVD = EvaluateArgs() local 8642 if (auto *PVD = dyn_cast<ParmVarDecl>(VD)) { VisitVarDecl() local 16895 const ParmVarDecl *PVD = Callee->getParamDecl(Idx); EvaluateWithSubstitution() local [all...] |