Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2994 void ParseTypeofSpecifier(DeclSpec &DS);
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2352 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4265 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()
7611 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser