Searched refs:getDecomposedLoc (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/lib/Basic/
H A DSourceLocation.cpp144 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { function in class:FullSourceLoc
145 return SrcMgr->getDecomposedLoc(*this);
H A DSourceManager.cpp914 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
974 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
1027 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc);
1855 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1934 std::tie(FID, Offset) = getDecomposedLoc(Loc);
1980 DecompLoc = getDecomposedLoc(UpperLoc);
2034 std::pair<FileID, unsigned> LOffs = getDecomposedLoc(LHS);
2035 std::pair<FileID, unsigned> ROffs = getDecomposedLoc(RHS);
2037 // getDecomposedLoc may have failed to return a valid FileID because, e.g. it
/external/clang/lib/AST/
H A DRawCommentList.cpp99 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);
H A DASTContext.cpp202 std::pair<FileID, unsigned> DeclLocDecomp = SourceMgr.getDecomposedLoc(DeclLoc);
210 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getBegin());
233 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getEnd());
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp272 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
337 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
374 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
H A DCIndexHigh.cpp198 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);
H A DIndexing.cpp222 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);
370 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
H A DIndexingContext.cpp796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
894 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
H A DCIndex.cpp253 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
254 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd()));
/external/clang/lib/Edit/
H A DCommit.cpp238 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/
H A DRefactoring.cpp107 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/
H A DTextDiagnostic.cpp845 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
846 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
1077 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
1235 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc);
1236 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
H A DDiagnosticRenderer.cpp62 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
H A DASTUnit.cpp2611 std::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp147 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);
H A DObjCMT.cpp1654 std::tie(FID, Offset) = SourceMgr.getDecomposedLoc(Loc);
1667 SourceMgr.getDecomposedLoc(Range.getBegin());
1669 SourceMgr.getDecomposedLoc(Range.getEnd());
H A DTransformActions.cpp425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
/external/clang/include/clang/Basic/
H A DSourceLocation.h305 std::pair<FileID, unsigned> getDecomposedLoc() const;
H A DSourceManager.h1085 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { function in class:clang::SourceManager
1140 return getDecomposedLoc(SpellingLoc).second;
/external/clang/lib/Index/
H A DUSRGeneration.cpp33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc);
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp219 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp473 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc();
/external/clang/lib/Lex/
H A DLexer.cpp297 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);
937 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(Range.getBegin());
1003 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
1174 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
/external/clang/lib/Format/
H A DFormat.cpp1449 std::tie(ID, FirstInLineOffset) = SourceMgr.getDecomposedLoc(
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp280 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);

Completed in 482 milliseconds

12