Searched refs:isErrorAboutInclude (Results 1 – 1 of 1) sorted by relevance
28 bool isErrorAboutInclude(llvm::StringRef Line) { in isErrorAboutInclude() function46 if (isIf(Line) && isErrorAboutInclude(Content.split('\n').first)) in isDontIncludeMeHeader()