Searched defs:getDecomposedLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DSourceLocation.cpp144 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { function in class:FullSourceLoc
145 return SrcMgr->getDecomposedLoc(*this);
/external/clang/include/clang/Basic/
H A DSourceManager.h1085 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { function in class:clang::SourceManager
1140 return getDecomposedLoc(SpellingLoc).second;

Completed in 880 milliseconds