Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h2011 void ParseTypeofSpecifier(DeclSpec &DS);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp3176 ParseTypeofSpecifier(DS); in ParseDeclarationSpecifiers()
5647 void Parser::ParseTypeofSpecifier(DeclSpec &DS) { in ParseTypeofSpecifier() function in Parser
DParseExprCXX.cpp1756 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()