Home
last modified time | relevance | path

Searched refs:ParseTypeofSpecifier (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h2221 void ParseTypeofSpecifier(DeclSpec &DS);
/external/clang/lib/Parse/
DParseExprCXX.cpp1885 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp3390 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()
6153 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser