Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h1066 return getSpellingLocSlowCase(Loc); in getSpellingLoc()
1629 SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
/external/clang/lib/Basic/
DSourceManager.cpp903 SourceLocation SourceManager::getSpellingLocSlowCase(SourceLocation Loc) const { in getSpellingLocSlowCase() function in SourceManager