Searched refs:isSpelledInSource (Results 1 – 4 of 4) sorted by relevance
157 return !isSpelledInSource(D->getLocation(), in isImplementationDetail()163 if (isSpelledInSource(L, SM)) in nameLocation()
97 bool isSpelledInSource(SourceLocation Loc, const SourceManager &SM);
196 if (isSpelledInSource(NameLoc, SM)) { in declToSym()
233 bool isSpelledInSource(SourceLocation Loc, const SourceManager &SM) { in isSpelledInSource() function