Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1115 return getFileIDSlow(SLocOffset); in getFileID()
1870 FileID getFileIDSlow(SourceLocation::UIntTy SLocOffset) const;
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp764 FileID SourceManager::getFileIDSlow(SourceLocation::UIntTy SLocOffset) const { in getFileIDSlow() function in SourceManager