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

1 2

  /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);
Indexing.cpp 202 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);
320 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
    [all...]
CXIndexDataConsumer.cpp     [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/Index/
IndexingContext.cpp 74 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
251 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
USRGeneration.cpp 33 const std::pair<FileID, unsigned> &Decomposed = 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);
ObjCMT.cpp     [all...]
TransformActions.cpp 425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
  /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;
SourceManager.h     [all...]
  /external/clang/lib/Rewrite/
Rewriter.cpp 215 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
  /external/clang/lib/Format/
FormatTokenLexer.cpp 321 std::tie(ID, FirstInLineOffset) = SourceMgr.getDecomposedLoc(
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 491 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc();
BugReporterVisitors.cpp 874 std::pair<FileID, unsigned> TLInfo = SMgr.getDecomposedLoc(TerminatorLoc);
    [all...]
  /external/clang/unittests/Format/
CleanupTest.cpp 283 Context.Sources.getDecomposedLoc(Context.getLocation(ID, Line, Column));
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 585 manager.getDecomposedLoc(method->getLocStart());
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 291 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
430 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
453 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
520 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
522 = SM.getDecomposedLoc(BeginFileLoc);
846 std::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin);
    [all...]

Completed in 672 milliseconds

1 2