HomeSort by: relevance | last modified time | path
    Searched refs:getDecomposedIncludedLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 241 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID);
278 SrcMgr.getDecomposedIncludedLoc(ID);
SourceManager.cpp 1946 SourceManager::getDecomposedIncludedLoc(FileID FID) const {
1980 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 745 /// Used to cache results from and speed-up \c getDecomposedIncludedLoc
1278 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;

Completed in 86 milliseconds