Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h1051 return getFileLocSlowCase(Loc); in getFileLoc()
1621 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/external/clang/lib/Basic/
DSourceManager.cpp936 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager