Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1049 return getFileLocSlowCase(Loc); in getFileLoc()
1638 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp912 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager