Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h875 kw___has_include = &IdentTable.get("__has_include"); in AdditionalKeywords()
959 IdentifierInfo *kw___has_include; member
H A DTokenAnnotator.cpp1104 if (Tok->isOneOf(Keywords.kw___has_include, in consumeToken()
1253 else if (Tok->isOneOf(Keywords.kw___has_include, in parsePreprocessorDirective()