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.h1037 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
1376 IdentifierInfo *kw_of; member
H A DUnwrappedLineParser.cpp564 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in, in calculateBraceTypes()
1258 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
H A DTokenAnnotator.cpp5207 (Left.is(Keywords.kw_of) && BeforeLeft && in spaceRequiredBefore()