Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1831 return getFileIDSlow(SLocOffset); in getFileID()
1895 FileID getFileIDSlow(SourceLocation::UIntTy SLocOffset) const;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp771 FileID SourceManager::getFileIDSlow(SourceLocation::UIntTy SLocOffset) const { in getFileIDSlow() function in SourceManager