Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1246 return getSpellingLocSlowCase(Loc); in getSpellingLoc()
1970 SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp902 SourceLocation SourceManager::getSpellingLocSlowCase(SourceLocation Loc) const { in getSpellingLocSlowCase() function in SourceManager