Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h1060 return getFileLocSlowCase(Loc); in getFileLoc()
1661 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/external/clang/lib/Basic/
DSourceManager.cpp915 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager