Searched refs:ParamLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 516 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx)); in addParameterValuesToBindings() local 517 Bindings.push_back(std::make_pair(ParamLoc, ArgVal)); in addParameterValuesToBindings()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 4271 SMLoc ParamLoc; in parseDirectiveMacro() local 4273 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro() 4278 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2056 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument 2074 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument() 2085 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument() 2094 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
|
| H A D | SemaDeclCXX.cpp | 1564 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local 1566 SemaRef.RequireLiteralType(ParamLoc, *i, in CheckConstexprParameterTypes() 8237 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local 8241 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor() 8242 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
|
| H A D | SemaChecking.cpp | 5422 SourceLocation ParamLoc; in SemaBuiltinVAStart() local 5430 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart() 5455 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()
|