Home
last modified time | relevance | path

Searched refs:kw_typeof (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp279 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 DFormatToken.h1060 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 DFormatTokenLexer.cpp611 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
H A DTokenAnnotator.cpp440 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 DParseTentative.cpp210 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 DParseExpr.cpp1641 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 DParseDecl.cpp4706 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 DParseExprCXX.cpp2470 case tok::kw_typeof: in ParseCXXSimpleTypeSpecifier()
H A DParseObjc.cpp1151 case tok::kw_typeof: in ParseObjCSelectorPiece()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp112 case tok::kw_typeof: in isSimpleTypeSpecifier()