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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1416 void Parser::ParseClassSpecifier(tok::TokenKind TagTokKind, argument
1423 if (TagTokKind == tok::kw_struct)
1425 else if (TagTokKind == tok::kw___interface)
1427 else if (TagTokKind == tok::kw_class)
1430 assert(TagTokKind == tok::kw_union && "Not a class specifier");
1596 << TagTokKind << Name << TemplateArgRange << KnownUndeclared;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3075 void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,

Completed in 206 milliseconds