Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2904 void ParseTypeofSpecifier(DeclSpec &DS);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp4186 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()
7431 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser
H A DParseExprCXX.cpp2301 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()