Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h389 kw_typeid, enumerator
DLLParser.cpp770 Lex.getKind() != lltok::kw_typeid) in SkipModuleSummaryEntry()
822 case lltok::kw_typeid: in ParseSummaryEntry()
7031 assert(Lex.getKind() == lltok::kw_typeid); in ParseTypeIdEntry()
/external/clang/lib/Format/
DFormatToken.h384 case tok::kw_typeid: in isFunctionLikeKeyword()
/external/clang/lib/Parse/
DParseTentative.cpp991 case tok::kw_typeid: in isExpressionOrTypeSpecifierSimple()
DParseExpr.cpp1121 case tok::kw_typeid: in ParseCastExpression()
DParseExprCXX.cpp1402 assert(Tok.is(tok::kw_typeid) && "Not 'typeid'!"); in ParseCXXTypeid()
DParseObjc.cpp1100 case tok::kw_typeid: in ParseObjCSelectorPiece()