Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormatToken.h876 kw___has_include = &IdentTable.get("__has_include"); in AdditionalKeywords()
960 IdentifierInfo *kw___has_include; member
DTokenAnnotator.cpp1103 if (Tok->isOneOf(Keywords.kw___has_include, in consumeToken()
1252 else if (Tok->isOneOf(Keywords.kw___has_include, in parsePreprocessorDirective()