reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/TableGen/TGLexer.h
  124   SMLoc getLoc() const;

References

lib/TableGen/TGLexer.cpp
  367     PrintError(getLoc(), "Expected filename after include");
  378     PrintError(getLoc(), "Could not find include file '" + Filename + "'");
  384     PrintError(getLoc(),
  390   Dependencies.insert(std::make_pair(IncludedFile, getLoc()));
  787       PrintWarning(getLoc(),
lib/TableGen/TGParser.cpp
  580   Result.RefRange.Start = Lex.getLoc();
  592     Result.RefRange.End = Lex.getLoc();
  615   Result.RefRange.End = Lex.getLoc();
  630   Result.RefRange.Start = Lex.getLoc();
  637     Result.RefRange.End = Lex.getLoc();
  660   Result.RefRange.End = Lex.getLoc();
  749   SMLoc StartLoc = Lex.getLoc();
  771   SMLoc StartLoc = Lex.getLoc();
 1060     SMLoc OpLoc = Lex.getLoc();
 1145       SMLoc InitLoc = Lex.getLoc();
 1255     SMLoc OpLoc = Lex.getLoc();
 1402     SMLoc MHSLoc = Lex.getLoc();
 1413     SMLoc RHSLoc = Lex.getLoc();
 1807     R = CodeInit::get(Lex.getCurStrVal(), Lex.getLoc());
 1815     SMLoc NameLoc = Lex.getLoc();
 1880     SMLoc BraceLoc = Lex.getLoc();
 2117       SMLoc CurlyLoc = Lex.getLoc();
 2140       SMLoc SquareLoc = Lex.getLoc();
 2177       SMLoc PasteLoc = Lex.getLoc();
 2392   SMLoc IdLoc = Lex.getLoc();
 2413     SMLoc ValLoc = Lex.getLoc();
 2466     SMLoc ValueLoc = Lex.getLoc();
 2536     SMLoc Loc = Lex.getLoc();
 2573   SMLoc IdLoc = Lex.getLoc();
 2694   SMLoc DefLoc = Lex.getLoc();
 2725   Defset.Loc = Lex.getLoc();
 2743   SMLoc BraceLoc = Lex.getLoc();
 2770   SMLoc Loc = Lex.getLoc();
 2793     SMLoc BraceLoc = Lex.getLoc();
 2837         std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), Records,
 2867     SMLoc NameLoc = Lex.getLoc();
 2926     SMLoc BraceLoc = Lex.getLoc();
 2966                     std::make_unique<MultiClass>(Name, Lex.getLoc(),Records)));
 3067   SMLoc SubClassLoc = Lex.getLoc();
 3115     SubClassLoc = Lex.getLoc();
lib/TableGen/TGParser.h
  130     return Error(Lex.getLoc(), Msg);