Home
last modified time | relevance | path

Searched defs:ParamDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp186 std::unique_ptr<BugType> &BT, const ParmVarDecl *ParamDecl, const char *BD, in uninitRefOrPointer()
529 const ParmVarDecl *ParamDecl = nullptr; in checkArgInitializedness() local
H A DNullabilityChecker.cpp405 for (const auto *ParamDecl : Params) { in checkParamsForPreconditionViolation() local
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp172 for (auto *ParamDecl : MDecl->parameters()) { in GetMethodSupportLevel() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp253 auto *ParamDecl = FnDecl->getParamDecl(ArgIndex); in checkCreateOrCopyFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp334 ParmVarDecl *ParamDecl = Method->getParamDecl(static_cast<unsigned>(PH)); in convertPlaceholder() local
H A DSemaExprObjC.cpp357 ParmVarDecl *ParamDecl = Method->parameters()[0]; in BuildObjCNumericLiteral() local
746 ParmVarDecl *ParamDecl = BoxingMethod->parameters()[0]; in BuildObjCBoxedExpr() local
H A DSemaDeclCXX.cpp4140 auto *ParamDecl = cast<NamedDecl>(Param.Param); in ActOnStartTrailingRequiresClause() local
16420 [](const ParmVarDecl *ParamDecl) { in BuildTypeAwareUsualDelete()
16574 const ParmVarDecl *ParamDecl = FnDecl->getParamDecl(Idx); in CheckOperatorNewDeleteTypes() local
16607 const ParmVarDecl *ParamDecl = FnDecl->getParamDecl(ParamIdx); in CheckOperatorNewDeleteTypes() local
H A DSemaTemplateDeduction.cpp517 TemplateDecl *ParamDecl = Param.getAsTemplateDecl(); in DeduceTemplateArguments() local
H A DSemaDeclAttr.cpp436 const ParmVarDecl *ParamDecl, in checkFunParamsAreScopedLockable()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp810 Declarator ParamDecl(DS, ParsedAttributesView::none(), in ParseNonTypeTemplateParameter() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp506 for (const auto *ParamDecl : InitialTargetFunc->parameters()) { in initialize() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3374 for (const auto ParamDecl : parms) { in VisitNode() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp961 auto *ParamDecl = dyn_cast<ParmVarDecl>(ArrayDeclRef->getDecl()); in LoadPassedObjectSize() local
H A DCGObjCMac.cpp7220 for (const auto *ParamDecl : method->parameters()) { in EmitVTableMessageSend() local