HomeSort by relevance Sort by last modified time
    Searched refs:getDecomposedLoc (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/lib/Basic/
SourceLocation.cpp 140 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const {
141 return SrcMgr->getDecomposedLoc(*this);
SourceManager.cpp     [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 128 SourceMgr.getDecomposedLoc(Range.getBegin());
158 SourceMgr.getDecomposedLoc(Range.getBegin());
159 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
228 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 269 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
332 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
368 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
CIndexHigh.cpp 198 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
293 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
365 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
  /external/clang/lib/Edit/
Commit.cpp 238 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
273 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
311 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(range.getBegin());
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
  /external/clang/lib/Index/
IndexingContext.cpp 74 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
251 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 855 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
856 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
  /external/clang/lib/Tooling/Core/
Replacement.cpp 109 Sources.getDecomposedLoc(Start);
124 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
125 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
  /external/clang/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
SourceLocation.h 388 std::pair<FileID, unsigned> getDecomposedLoc() const;

Completed in 575 milliseconds

1 2 3