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

1 2

  /external/clang/lib/AST/
RawCommentList.cpp 94 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Range.getBegin());
104 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Range.getEnd());
117 SourceMgr.getDecomposedLoc(Range.getBegin());
119 SourceMgr.getDecomposedLoc(Range.getEnd());
189 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
190 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2);
ASTContext.cpp 166 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
173 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getBegin());
196 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getEnd());
    [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Basic/
SourceLocation.cpp 143 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const {
144 return SrcMgr->getDecomposedLoc(*this);
SourceManager.cpp     [all...]
  /external/clang/lib/Tooling/
Refactoring.cpp 94 Sources.getDecomposedLoc(Start);
108 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
109 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 240 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
303 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
340 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 221 llvm::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);
376 llvm::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
    [all...]
IndexingContext.cpp 787 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
885 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
    [all...]
CIndexUSRs.cpp 495 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L);
CIndex.cpp 234 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
235 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/Frontend/
TextDiagnostic.cpp 840 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
841 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 146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
392 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
475 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
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/Rewrite/Core/
Rewriter.cpp 215 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 423 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc();
  /external/clang/lib/Lex/
Lexer.cpp 305 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
443 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
466 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
533 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
535 = SM.getDecomposedLoc(BeginFileLoc);
788 std::pair<FileID, unsigned> infoLoc = SM.getDecomposedLoc(loc);
854 llvm::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 290 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
    [all...]

Completed in 142 milliseconds

1 2