Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h1066 return getSpellingLocSlowCase(Loc); in getSpellingLoc()
1629 SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp903 SourceLocation SourceManager::getSpellingLocSlowCase(SourceLocation Loc) const { in getSpellingLocSlowCase() function in SourceManager