Home
last modified time | relevance | path

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

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