Home
last modified time | relevance | path

Searched refs:isSpelledInSource (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp157 return !isSpelledInSource(D->getLocation(), in isImplementationDetail()
163 if (isSpelledInSource(L, SM)) in nameLocation()
DSourceCode.h97 bool isSpelledInSource(SourceLocation Loc, const SourceManager &SM);
DFindSymbols.cpp196 if (isSpelledInSource(NameLoc, SM)) { in declToSym()
DSourceCode.cpp233 bool isSpelledInSource(SourceLocation Loc, const SourceManager &SM) { in isSpelledInSource() function