Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DSourceManager.h1220 return getSpellingLocSlowCase(Loc); in getSpellingLoc()
1900 SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
/openbsd/src/gnu/llvm/clang/lib/Basic/
DSourceManager.cpp952 SourceLocation SourceManager::getSpellingLocSlowCase(SourceLocation Loc) const { in getSpellingLocSlowCase() function in SourceManager