Searched refs:kw_typeof (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | QualifierAlignmentFixer.cpp | 279 if (TypeToken->isOneOf(tok::kw_decltype, tok::kw_typeof, tok::kw__Atomic)) in analyzeRight() 516 .Case("type", tok::kw_typeof) in getTokenFromQualifier() 603 if (QualifierToken != tok::kw_typeof && QualifierToken != tok::identifier) in prepareLeftRightOrderingForQualifierAlignmentFixer()
|
H A D | FormatToken.h | 1060 kw_typeof = &IdentTable.get("typeof"); in AdditionalKeywords() 1286 kw_readonly, kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 1300 kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 1428 IdentifierInfo *kw_typeof; member 1697 case tok::kw_typeof: 1770 case tok::kw_typeof: in isCSharpKeyword()
|
H A D | FormatTokenLexer.cpp | 611 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
|
H A D | TokenAnnotator.cpp | 440 tok::kw_typeof, in parseParens() 446 if (PrevNonComment->isOneOf(tok::kw_decltype, tok::kw_typeof)) in parseParens() 5070 if (Left.isOneOf(tok::kw_throw, Keywords.kw_await, Keywords.kw_typeof, in spaceRequiredBefore()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 210 case tok::kw_typeof: in TryConsumeDeclarationSpecifier() 1828 case tok::kw_typeof: { in isCXXDeclarationSpecifier() 1892 case tok::kw_typeof: in isCXXDeclarationSpecifierAType() 1955 assert(Tok.is(tok::kw_typeof) && "Expected 'typeof'!"); in TryParseTypeofSpecifier()
|
H A D | ParseExpr.cpp | 1641 case tok::kw_typeof: in ParseCastExpression() 2436 assert(OpTok.isOneOf(tok::kw_typeof, tok::kw_typeof_unqual, tok::kw_sizeof, in ParseExprAfterUnaryExprOrTypeTrait() 2475 if (OpTok.isOneOf(tok::kw_typeof, tok::kw_typeof_unqual) && in ParseExprAfterUnaryExprOrTypeTrait() 2503 !OpTok.isOneOf(tok::kw_typeof, tok::kw_typeof_unqual)) { in ParseExprAfterUnaryExprOrTypeTrait()
|
H A D | ParseDecl.cpp | 4706 case tok::kw_typeof: in ParseDeclarationSpecifiers() 5852 case tok::kw_typeof: in isTypeSpecifierQualifier() 6142 case tok::kw_typeof: in isDeclarationSpecifier() 8315 assert(Tok.isOneOf(tok::kw_typeof, tok::kw_typeof_unqual) && in ParseTypeofSpecifier()
|
H A D | ParseExprCXX.cpp | 2470 case tok::kw_typeof: in ParseCXXSimpleTypeSpecifier()
|
H A D | ParseObjc.cpp | 1151 case tok::kw_typeof: in ParseObjCSelectorPiece()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 112 case tok::kw_typeof: in isSimpleTypeSpecifier()
|