Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp494 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local
497 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5778 SMLoc ParamLoc; in parseDirectiveMacro() local
5780 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
7016 SMLoc ParamLoc; in parseDirectiveFor() local
7018 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
H A DAsmParser.cpp4588 SMLoc ParamLoc; in parseDirectiveMacro() local
4590 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
4595 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2182 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument
2200 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument()
2211 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument()
2220 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
H A DSemaDeclCXX.cpp1741 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local
1742 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes()
10826 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local
10830 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor()
10831 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
H A DSemaChecking.cpp4696 SourceLocation ParamLoc; in BuiltinVAStart() local
4704 ParamLoc = PV->getLocation(); in BuiltinVAStart()
4729 Diag(ParamLoc, diag::note_parameter_type) << Type; in BuiltinVAStart()