Home
last modified time | relevance | path

Searched refs:getFileLocSlowCase (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManager.h1044 return getFileLocSlowCase(Loc); in getFileLoc()
1586 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/external/clang/lib/Basic/
DSourceManager.cpp899 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager