Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1035 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
1399 IdentifierInfo *kw_of; member
H A DUnwrappedLineParser.cpp570 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in, in calculateBraceTypes()
1251 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
H A DTokenAnnotator.cpp5083 (Left.is(Keywords.kw_of) && Left.Previous && in spaceRequiredBefore()