Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp1196 bool isErrorAboutInclude(llvm::StringRef Line) { in isErrorAboutInclude() function
1214 if (isIf(Line) && isErrorAboutInclude(Content.split('\n').first)) in isDontIncludeMeHeader()