Searched defs:TagTokKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1029 void Parser::ParseClassSpecifier(tok::TokenKind TagTokKind, argument
1035 if (TagTokKind == tok::kw_struct)
1037 else if (TagTokKind == tok::kw___interface)
1039 else if (TagTokKind == tok::kw_class)
1042 assert(TagTokKind == tok::kw_union && "Not a class specifier");

Completed in 106 milliseconds