Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp494 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local
496 Bindings.push_back(std::make_pair(ParamLoc, ArgVal)); in addParameterValuesToBindings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5526 SMLoc ParamLoc; in parseDirectiveMacro() local
5528 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
6713 SMLoc ParamLoc; in parseDirectiveFor() local
6715 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
H A DAsmParser.cpp4506 SMLoc ParamLoc; in parseDirectiveMacro() local
4508 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
4513 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
/netbsd-src/external/apache2/llvm/dist/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.cpp1692 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local
1693 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes()
10333 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local
10337 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor()
10338 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
H A DSemaChecking.cpp5999 SourceLocation ParamLoc; in SemaBuiltinVAStart() local
6007 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart()
6032 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()