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

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

Completed in 273 milliseconds