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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h733 kw_typeof = &IdentTable.get("typeof");
801 kw_set, kw_type, kw_typeof, kw_var, kw_yield,
815 kw_set, kw_type, kw_typeof, kw_var, kw_yield,
852 IdentifierInfo *kw_typeof; member in struct:clang::format::AdditionalKeywords
956 case tok::kw_typeof:
1030 case tok::kw_typeof:
H A DFormatToken.cpp63 case tok::kw_typeof:
H A DFormatTokenLexer.cpp475 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) ||
H A DTokenAnnotator.cpp1933 TokenBeforeMatchingParen->isOneOf(tok::kw_typeof, tok::kw_decltype,
2825 !TokenBeforeMatchingParen->isOneOf(tok::kw_typeof, tok::kw_decltype,
3165 if (Left.isOneOf(tok::kw_throw, Keywords.kw_await, Keywords.kw_typeof,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp162 case tok::kw_typeof:
1669 case tok::kw_typeof: {
1728 case tok::kw_typeof:
1785 assert(Tok.is(tok::kw_typeof) && "Expected 'typeof'!");
H A DParseExpr.cpp1537 case tok::kw_typeof:
2262 assert(OpTok.isOneOf(tok::kw_typeof, tok::kw_sizeof, tok::kw___alignof,
2293 if (OpTok.is(tok::kw_typeof) && !getLangOpts().CPlusPlus) {
2319 if (getLangOpts().CPlusPlus || OpTok.isNot(tok::kw_typeof)) {
H A DParseDecl.cpp3877 case tok::kw_typeof:
4868 case tok::kw_typeof:
5100 case tok::kw_typeof:
7070 assert(Tok.is(tok::kw_typeof) && "Not a typeof specifier");
H A DParseExprCXX.cpp2249 case tok::kw_typeof:
H A DParseObjc.cpp1094 case tok::kw_typeof:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp153 case tok::kw_typeof:

Completed in 375 milliseconds