HomeSort by: relevance | last modified time | path
    Searched refs:ParamLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 494 Loc ParamLoc = SVB.makeLoc(
496 Bindings.push_back(std::make_pair(ParamLoc, ArgVal));
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 5526 SMLoc ParamLoc;
5528 ParamLoc = Lexer.getLoc();
6713 SMLoc ParamLoc;
6715 ParamLoc = Lexer.getLoc();
AsmParser.cpp 4506 SMLoc ParamLoc;
4508 ParamLoc = Lexer.getLoc();
4513 Warning(ParamLoc, "pointless default value for required parameter "
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 2550 SourceLocation ParamLoc,
2568 S.Diag(ParamLoc, S.getLangOpts().CPlusPlus11 ?
2579 S.Diag(ParamLoc, diag::err_template_parameter_default_template_member)
2588 S.Diag(ParamLoc, diag::err_template_parameter_default_friend_template)
SemaDeclCXX.cpp 1692 SourceLocation ParamLoc = PD->getLocation();
1693 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i,
10333 SourceLocation ParamLoc = Constructor->getParamDecl(0)->getLocation();
10337 Diag(ParamLoc, diag::err_constructor_byvalue_arg)
10338 << FixItHint::CreateInsertion(ParamLoc, ConstRef);
SemaChecking.cpp 5999 SourceLocation ParamLoc;
6007 ParamLoc = PV->getLocation();
6032 Diag(ParamLoc, diag::note_parameter_type) << Type;

Completed in 77 milliseconds