HomeSort by relevance Sort by last modified time
    Searched defs:getLoc (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
MCAsmLexer.cpp 21 SMLoc MCAsmLexer::getLoc() const {
25 SMLoc AsmToken::getLoc() const {
  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 22 SMLoc MCAsmLexer::getLoc() const {
26 SMLoc AsmToken::getLoc() const {
35 return SMRange(getLoc(), getEndLoc());
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Error.h 28 SMLoc getLoc() const { return Loc; }
  /external/llvm/unittests/Support/
SourceMgrTest.cpp 31 SMLoc getLoc(unsigned Offset) {
37 return SMRange(getLoc(Offset), getLoc(Offset + Length));
52 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, None);
62 printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None);
72 printMessage(getLoc(4), SourceMgr::DK_Note, "message", None, None);
82 printMessage(getLoc(6), SourceMgr::DK_Error, "message", None, None);
92 printMessage(getLoc(7), SourceMgr::DK_Error, "message", None, None);
102 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 3), None);
112 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(3, 3), None)
    [all...]
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /external/llvm/lib/AsmParser/
LLLexer.h 54 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
64 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.h 56 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
66 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 35 SMLoc TGLexer::getLoc() const {
254 PrintError(getLoc(), "Expected filename after include");
266 PrintError(getLoc(), "Could not find include file '" + Filename + "'");
  /external/llvm/include/llvm/MC/
MCFixup.h 108 SMLoc getLoc() const { return Loc; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 74 MachineLocation getLoc() const { return Loc; }
  /external/llvm/lib/TableGen/
TGLexer.cpp 36 SMLoc TGLexer::getLoc() const {
296 PrintError(getLoc(), "Expected filename after include");
308 PrintError(getLoc(), "Could not find include file '" + Filename + "'");
314 PrintError(getLoc(),
320 Dependencies.insert(std::make_pair(IncludedFile, getLoc()));

Completed in 755 milliseconds

1 2 3 4 5 6 7 8