Searched refs:getDecomposedIncludedLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp1961 SourceManager::getDecomposedIncludedLoc(FileID FID) const { function in class:SourceManager
1997 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
/external/clang/include/clang/Basic/
H A DSourceManager.h668 /// Used to cache results from and speed-up \c getDecomposedIncludedLoc
1162 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;

Completed in 108 milliseconds