Searched refs:ParamLoc (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | CallEvent.cpp | 303 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx)); in addParameterValuesToBindings() local 304 Bindings.push_back(std::make_pair(ParamLoc, ArgVal)); in addParameterValuesToBindings()
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | AsmParser.cpp | 3305 SMLoc ParamLoc; in parseDirectiveMacro() local 3307 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro() 3312 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplate.cpp | 1188 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument 1206 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument() 1217 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument() 1226 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
|
| HD | SemaDeclCXX.cpp | 774 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local 776 SemaRef.RequireLiteralType(ParamLoc, *i, in CheckConstexprParameterTypes() 6736 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local 6740 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor() 6741 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
|
| HD | SemaChecking.cpp | 2291 SourceLocation ParamLoc; in SemaBuiltinVAStart() local 2307 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart() 2317 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()
|