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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1105 void Parser::ParseClassSpecifier(tok::TokenKind TagTokKind, argument
1112 if (TagTokKind == tok::kw_struct)
1114 else if (TagTokKind == tok::kw___interface)
1116 else if (TagTokKind == tok::kw_class)
1119 assert(TagTokKind == tok::kw_union && "Not a class specifier");

Completed in 53 milliseconds