Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp532 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local
535 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5850 SMLoc ParamLoc; in parseDirectiveMacro() local
5852 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
7063 SMLoc ParamLoc; in parseDirectiveFor() local
7065 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
H A DAsmParser.cpp4527 SMLoc ParamLoc; in parseDirectiveMacro() local
4529 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
4534 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2550 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument
2568 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument()
2579 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument()
2588 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
H A DSemaDeclCXX.cpp1690 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local
1691 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes()
10340 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local
10344 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor()
10345 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
H A DSemaChecking.cpp6248 SourceLocation ParamLoc; in SemaBuiltinVAStart() local
6256 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart()
6281 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()