Home
last modified time | relevance | path

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

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