Home
last modified time | relevance | path

Searched refs:kw_typeid (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h405 kw_typeid, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h741 return isOneOf(tok::kw_throw, tok::kw_typeid, tok::kw_return, in isFunctionLikeKeyword()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp975 Lex.getKind() != lltok::kw_typeid && Lex.getKind() != lltok::kw_flags && in skipModuleSummaryEntry()
1036 case lltok::kw_typeid: in parseSummaryEntry()
8313 assert(Lex.getKind() == lltok::kw_typeid); in parseTypeIdEntry()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1506 case tok::kw_typeid: in ParseCastExpression()
H A DParseObjc.cpp1144 case tok::kw_typeid: in ParseObjCSelectorPiece()
H A DParseExprCXX.cpp1626 assert(Tok.is(tok::kw_typeid) && "Not 'typeid'!"); in ParseCXXTypeid()