Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h1076 return getSpellingLocSlowCase(Loc); in getSpellingLoc()
1634 SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DSourceManager.cpp927 SourceLocation SourceManager::getSpellingLocSlowCase(SourceLocation Loc) const { in getSpellingLocSlowCase() function in SourceManager