Searched refs:ParamLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 493 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local 496 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 4320 SMLoc ParamLoc; in parseDirectiveMacro() local 4322 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro() 5552 SMLoc ParamLoc; in parseDirectiveFor() local 5554 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
|
| H A D | AsmParser.cpp | 4529 SMLoc ParamLoc; in parseDirectiveMacro() local 4531 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro() 4536 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1274 if (SourceLocation ParamLoc = Active->Entity->getLocation(); in PrintInstantiationStack() local 1275 ParamLoc.isValid()) in PrintInstantiationStack() 1276 DiagFunc(ParamLoc, PDiag(diag::note_template_prev_declaration) in PrintInstantiationStack()
|
| H A D | SemaTemplate.cpp | 2226 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument 2243 S.DiagCompat(ParamLoc, diag_compat::templ_default_in_function_templ) in DiagnoseDefaultTemplateArgument() 2252 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument() 2261 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
|
| H A D | SemaDeclCXX.cpp | 1861 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local 1862 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes() 11062 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local 11066 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor() 11067 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
|
| H A D | SemaChecking.cpp | 5150 SourceLocation ParamLoc; in BuiltinVAStart() local 5158 ParamLoc = PV->getLocation(); in BuiltinVAStart() 5183 Diag(ParamLoc, diag::note_parameter_type) << Type; in BuiltinVAStart()
|