Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1858 return getFileIDSlow(SLocOffset); in getFileID()
1922 FileID getFileIDSlow(SourceLocation::UIntTy SLocOffset) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp768 FileID SourceManager::getFileIDSlow(SourceLocation::UIntTy SLocOffset) const { in getFileIDSlow() function in SourceManager