Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1032 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
1329 kw_extends, kw_final, in AdditionalKeywords()
1396 IdentifierInfo *kw_final; member
1903 kw_final, kw_forever, kw_initial); in isVerilogStructuredProcedure()
H A DUnwrappedLineParser.cpp2826 } else if (FormatTok->isOneOf(Keywords.kw_final, Keywords.kw_property, in parseIfThenElse()
3210 Keywords.kw_final, Keywords.kw_initial, in parseForOrWhileLoop()
4055 Prev->isNot(Keywords.kw_final) && tryToParseBracedList(); in parseRecord()
H A DTokenAnnotator.cpp2770 Keywords.kw_override, Keywords.kw_final) || in rParenEndsCast()
4549 if (Right.isOneOf(Keywords.kw_override, Keywords.kw_final, tok::kw_noexcept, in spaceRequiredBetween()
5141 Left.isOneOf(tok::kw_static, Keywords.kw_final, Keywords.kw_abstract, in spaceRequiredBefore()