Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h882 kw_optional = &IdentTable.get("optional"); in AdditionalKeywords()
1001 IdentifierInfo *kw_optional; member
H A DTokenAnnotator.cpp3101 Left.isOneOf(Keywords.kw_optional, Keywords.kw_required, in spaceRequiredBefore()