Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1206 return getFileLocSlowCase(Loc); in getFileLoc()
1971 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp911 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager