Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp28 bool isErrorAboutInclude(llvm::StringRef Line) { in isErrorAboutInclude() function
46 if (isIf(Line) && isErrorAboutInclude(Content.split('\n').first)) in isDontIncludeMeHeader()