Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h1035 return getFileLocSlowCase(Loc); in getFileLoc()
1630 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp912 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager