Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp265 auto &ParamLoc = createStorageLocation(*ParamDecl); in Environment() local
266 setStorageLocation(*ParamDecl, ParamLoc); in Environment()
268 setValue(ParamLoc, *ParamVal); in Environment()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp491 Loc ParamLoc = SVB.makeLoc( in addParameterValuesToBindings() local
494 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5810 SMLoc ParamLoc; in parseDirectiveMacro() local
5812 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
7047 SMLoc ParamLoc; in parseDirectiveFor() local
7049 ParamLoc = Lexer.getLoc(); in parseDirectiveFor()
H A DAsmParser.cpp4559 SMLoc ParamLoc; in parseDirectiveMacro() local
4561 ParamLoc = Lexer.getLoc(); in parseDirectiveMacro()
4566 Warning(ParamLoc, "pointless default value for required parameter " in parseDirectiveMacro()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp2651 SourceLocation ParamLoc, in DiagnoseDefaultTemplateArgument() argument
2669 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ? in DiagnoseDefaultTemplateArgument()
2680 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member) in DiagnoseDefaultTemplateArgument()
2689 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template) in DiagnoseDefaultTemplateArgument()
H A DSemaDeclCXX.cpp1724 SourceLocation ParamLoc = PD->getLocation(); in CheckConstexprParameterTypes() local
1725 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes()
10621 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation(); in CheckConstructor() local
10625 Diag(ParamLoc, diag::err_constructor_byvalue_arg) in CheckConstructor()
10626 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
H A DSemaChecking.cpp7351 SourceLocation ParamLoc; in SemaBuiltinVAStart() local
7359 ParamLoc = PV->getLocation(); in SemaBuiltinVAStart()
7384 Diag(ParamLoc, diag::note_parameter_type) << Type; in SemaBuiltinVAStart()