Home
last modified time | relevance | path

Searched refs:ParamLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp494 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local
497 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5777 SMLoc ParamLoc; in parseDirectiveMacro() local
5779 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
7015 SMLoc ParamLoc; in parseDirectiveFor() local
7017 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
H A DAsmParser.cpp4573 SMLoc ParamLoc; in parseDirectiveMacro() local
4575 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
4580 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2823 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument
2841 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument()
2852 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument()
2861 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
H A DSemaDeclCXX.cpp1756 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local
1757 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes()
10918 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local
10922 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor()
10923 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
H A DSemaChecking.cpp9052 SourceLocation ParamLoc; in SemaBuiltinVAStart() local
9060 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart()
9085 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()