Searched refs:getDecomposedSpellingLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp1105 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
1174 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1381 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
/external/clang/include/clang/Basic/
H A DSourceManager.h1118 getDecomposedSpellingLoc(SourceLocation Loc) const { function in class:clang::SourceManager
/external/clang/tools/libclang/
H A DCIndex.cpp5107 = CXXUnit->getSourceManager().getDecomposedSpellingLoc(Loc);
5149 = SourceMgr.getDecomposedSpellingLoc(Range.getBegin());
5151 = SourceMgr.getDecomposedSpellingLoc(Range.getEnd());
5739 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getBegin());
5741 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getEnd());

Completed in 116 milliseconds