Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2218 void ParseTypeofSpecifier(DeclSpec &DS);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp1868 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()
HDParseDecl.cpp3380 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()
6133 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser