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

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 22 SMLoc MCAsmLexer::getLoc() const {
26 SMLoc AsmToken::getLoc() const {
  /external/llvm/unittests/Support/
SourceMgrTest.cpp 30 SMLoc getLoc(unsigned Offset) {
36 return SMRange(getLoc(Offset), getLoc(Offset + Length));
51 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, None);
61 printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None);
71 printMessage(getLoc(4), SourceMgr::DK_Note, "message", None, None);
81 printMessage(getLoc(6), SourceMgr::DK_Error, "message", None, None);
91 printMessage(getLoc(7), SourceMgr::DK_Error, "message", None, None);
101 printMessage(getLoc(4), SourceMgr::DK_Error, "message", getRange(4, 3), None);
111 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());
  /external/llvm/lib/AsmParser/
LLLexer.h 55 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
68 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
  /external/llvm/include/llvm/MC/
MCFixup.h 108 SMLoc getLoc() const { return Loc; }
MCInst.h 161 SMLoc getLoc() const { return Loc; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 86 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()));
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 65 SMLoc getLoc() const { return StartLoc; }
202 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 179 SourceLocation LHS = getLoc(L);
180 SourceLocation RHS = getLoc(R);
185 SourceLocation LHS = getLoc(L);
190 SourceLocation RHS = getLoc(R);
194 SourceLocation getLoc(PreprocessedEntity *PPE) const {
  /external/llvm/include/llvm/Support/
SourceMgr.h 254 SMLoc getLoc() const { return Loc; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 378 Loc getLoc() const {
  /external/clang/include/clang/AST/
DeclarationName.h 454 /// getLoc - Returns the main location of the declaration name.
455 SourceLocation getLoc() const { return NameLoc; }
  /external/clang/include/clang/Sema/
AttributeList.h 330 SourceLocation getLoc() const { return AttrRange.getBegin(); }
  /external/clang/include/clang/Serialization/
ASTWriter.h 310 SourceLocation getLoc() const {
  /external/llvm/utils/FileCheck/
FileCheck.cpp 105 /// getLoc - Return the location in source code.
106 SMLoc getLoc() const { return PatternLoc; }
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 57 SMLoc getLoc() const { return Parser.getTok().getLoc(); }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 744 milliseconds