Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp915 Declarator ParamDecl(DS, ParsedAttributesView::none(), in ParseNonTypeTemplateParameter() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp507 for (const auto *ParamDecl : InitialTargetFunc->parameters()) { in initialize() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp408 for (const auto *ParamDecl : Params) { in checkParamsForPreconditionViolation() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp359 ParmVarDecl *ParamDecl = Method->parameters()[0]; in BuildObjCNumericLiteral() local
751 ParmVarDecl *ParamDecl = BoxingMethod->parameters()[0]; in BuildObjCBoxedExpr() local
H A DSemaTemplateDeduction.cpp573 TemplateDecl *ParamDecl = Param.getAsTemplateDecl(); in DeduceTemplateArguments() local
H A DSemaDeclCXX.cpp4041 auto *ParamDecl = cast<NamedDecl>(Param.Param); in ActOnStartTrailingRequiresClause() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3417 for (const auto ParamDecl : parms) { in VisitNode() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp894 auto *ParamDecl = dyn_cast<ParmVarDecl>(ArrayDeclRef->getDecl()); in LoadPassedObjectSize() local
H A DCGObjCMac.cpp7312 for (const auto *ParamDecl : method->parameters()) { in EmitVTableMessageSend() local