Home
last modified time | relevance | path

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

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