Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1278 kw_then = &IdentTable.get("then"); in AdditionalKeywords()
1391 kw_then, in AdditionalKeywords()
1651 IdentifierInfo *kw_then; member
H A DUnwrappedLineParser.cpp2834 while (!eof() && FormatTok->isNot(Keywords.kw_then)) { in parseIfThenElse()
H A DTokenAnnotator.cpp1459 if (CurrentToken && CurrentToken->is(Keywords.kw_then)) in consumeToken()