Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h836 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
951 IdentifierInfo *kw_of; member
H A DUnwrappedLineParser.cpp507 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in, in calculateBraceTypes()
958 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
H A DTokenAnnotator.cpp3249 (Left.is(Keywords.kw_of) && Left.Previous && in spaceRequiredBefore()