Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1180 return getFileLocSlowCase(Loc); in getFileLoc()
1901 SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp961 SourceLocation SourceManager::getFileLocSlowCase(SourceLocation Loc) const { in getFileLocSlowCase() function in SourceManager