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

/external/clang/lib/Basic/
H A DSourceLocation.cpp132 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { function in class:FullSourceLoc
133 return SrcMgr->getDecomposedLoc(*this);
H A DSourceManager.cpp811 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
871 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
1622 llvm::tie(FID, Offset) = getDecomposedLoc(Loc);
1658 Loc = SM.getDecomposedLoc(UpperLoc);
1672 std::pair<FileID, unsigned> LOffs = getDecomposedLoc(LHS);
1673 std::pair<FileID, unsigned> ROffs = getDecomposedLoc(RHS);
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp415 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
651 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
652 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
797 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
1093 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc);
1094 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp115 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
H A DTransProperties.cpp299 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
381 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
H A DTransformActions.cpp422 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
/external/clang/include/clang/Basic/
H A DSourceLocation.h295 /// getDecomposedLoc - Decompose the specified location into a raw FileID +
298 std::pair<FileID, unsigned> getDecomposedLoc() const;
H A DSourceManager.h866 /// getDecomposedLoc - Decompose the specified location into a raw FileID +
869 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { function in class:clang::SourceManager
907 return getDecomposedLoc(SpellingLoc).second;
/external/clang/tools/libclang/
H A DCIndexHigh.cpp179 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
H A DCIndex.cpp2809 *offset = SM.getDecomposedLoc(ExpansionLoc).second;
2865 SM.getFileEntryForID(SM.getDecomposedLoc(SimpleSpellingLoc).first))
2871 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc);
4578 = SourceMgr.getDecomposedLoc(Range.getBegin());
4580 = SourceMgr.getDecomposedLoc(Range.getEnd());
5110 = SourceMgr.getDecomposedLoc(RegionOfInterest.getBegin());
5112 = SourceMgr.getDecomposedLoc(RegionOfInterest.getEnd());
H A DCIndexUSRs.cpp488 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L);
H A DIndexingContext.cpp607 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
/external/clang/lib/Rewrite/
H A DRewriter.cpp209 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp447 const char* MacroName = L.getDecomposedLoc().second + BufferInfo.data();
/external/clang/lib/AST/
H A DExpr.cpp554 std::pair<FileID, unsigned> LocInfo =SM.getDecomposedLoc(StrTokSpellingLoc);
H A DASTImporter.cpp4317 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc);

Completed in 289 milliseconds