Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.h1031 kw_automatic = &IdentTable.get("automatic"); in AdditionalKeywords()
1193 kw_automatic, in AdditionalKeywords()
1423 IdentifierInfo *kw_automatic; member
H A DUnwrappedLineParser.cpp4235 FormatTok->isOneOf(Keywords.kw_automatic, tok::kw_static)) { in parseVerilogHierarchyHeader()