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

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

Completed in 320 milliseconds