Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h946 kw_optional = &IdentTable.get("optional"); in AdditionalKeywords()
1333 IdentifierInfo *kw_optional; member
H A DTokenAnnotator.cpp3739 Left.isOneOf(Keywords.kw_optional, Keywords.kw_required, in spaceRequiredBefore()