Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.h137 static bool isDontIncludeMeHeader(llvm::StringRef);
DSymbolCollector.cpp791 if (isDontIncludeMeHeader(SM.getBufferData(FID))) in isSelfContainedHeader()
821 bool SymbolCollector::isDontIncludeMeHeader(llvm::StringRef Content) { in isDontIncludeMeHeader() function in clang::clangd::SymbolCollector