Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2271 void ParseTypeofSpecifier(DeclSpec &DS);
/external/clang/lib/Parse/
DParseDecl.cpp3457 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()
6262 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser
DParseExprCXX.cpp1964 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()