Searched refs:ParseTypeofSpecifier (Results 1 – 3 of 3) sorted by relevance
2893 void ParseTypeofSpecifier(DeclSpec &DS);
4021 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()7223 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser
2258 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()