Searched refs:ParamLoc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 177 auto &ParamLoc = createStorageLocation(*ParamDecl); in Environment() local 178 setStorageLocation(*ParamDecl, ParamLoc); in Environment() 180 setValue(ParamLoc, *ParamVal); in Environment()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 453 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local 456 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 5795 SMLoc ParamLoc; in parseDirectiveMacro() local 5797 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro() 7028 SMLoc ParamLoc; in parseDirectiveFor() local 7030 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
|
| H A D | AsmParser.cpp | 4558 SMLoc ParamLoc; in parseDirectiveMacro() local 4560 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro() 4565 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2555 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument 2573 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument() 2584 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument() 2593 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
|
| H A D | SemaDeclCXX.cpp | 1690 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local 1691 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes() 10533 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local 10537 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor() 10538 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
|
| H A D | SemaChecking.cpp | 7145 SourceLocation ParamLoc; in SemaBuiltinVAStart() local 7153 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart() 7178 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()
|