Searched refs:kw_in (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1034 kw_in = &IdentTable.get("in"); in AdditionalKeywords() 1292 kw_fixed, kw_foreach, kw_implicit, kw_in, kw_init, kw_interface, in AdditionalKeywords() 1385 kw_in, in AdditionalKeywords() 1398 IdentifierInfo *kw_in; member
|
H A D | TokenAnnotator.cpp | 586 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) { in parseParens() 2587 if (Style.isJavaScript() && Tok.Previous->is(Keywords.kw_in)) in isStartOfName() 2744 !LeftOfParens->isOneOf(Keywords.kw_in, tok::kw_return, tok::kw_case, in rParenEndsCast() 2763 if (AfterRParen->is(Keywords.kw_in) && Style.isCSharp()) in rParenEndsCast() 3303 Current->isOneOf(Keywords.kw_in, Keywords.kw_as)) { in getCurrentPrecedence() 5078 if ((Left.isOneOf(Keywords.kw_let, Keywords.kw_var, Keywords.kw_in, in spaceRequiredBefore() 5124 Right.isOneOf(Keywords.kw_as, Keywords.kw_in)) { in spaceRequiredBefore() 5993 if (Left.is(Keywords.kw_in)) in canBreakBefore() 5995 if (Right.is(Keywords.kw_in)) in canBreakBefore()
|
H A D | FormatTokenLexer.cpp | 611 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
|
H A D | UnwrappedLineParser.cpp | 570 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()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1554 case tok::kw_in: in isCXXDeclarationSpecifier()
|
H A D | ParseDecl.cpp | 4789 case tok::kw_in: in ParseDeclarationSpecifiers() 5955 case tok::kw_in: in isTypeSpecifierQualifier() 6471 case tok::kw_in: in ParseTypeQualifierListOpt()
|