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

1 2

  /external/clang/lib/Basic/
SourceLocation.cpp 144 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const {
145 return SrcMgr->getDecomposedLoc(*this);
SourceManager.cpp     [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 99 SourceMgr.getDecomposedLoc(Range.getBegin());
100 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
168 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
169 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2);
ASTContext.cpp 202 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
210 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getBegin());
233 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getEnd());
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 272 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
337 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
374 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);
Indexing.cpp 222 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);
370 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
    [all...]
IndexingContext.cpp 796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
894 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
    [all...]
CIndex.cpp 253 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
254 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd()));
    [all...]
  /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/Tooling/
Refactoring.cpp 107 Sources.getDecomposedLoc(Start);
129 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
130 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 845 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
846 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
    [all...]
DiagnosticRenderer.cpp 62 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
ASTUnit.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 147 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
397 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
478 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
ObjCMT.cpp     [all...]
TransformActions.cpp 425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
  /external/clang/include/clang/Basic/
SourceLocation.h 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
SourceManager.h     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc);
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 219 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 473 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc();
  /external/clang/lib/Lex/
Lexer.cpp 297 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
436 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
459 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
526 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
528 = SM.getDecomposedLoc(BeginFileLoc);
850 std::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin);
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 280 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
    [all...]

Completed in 630 milliseconds

1 2