Searched refs:ParseExprAfterUnaryExprOrTypeTrait (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1558 /// ParseExprAfterUnaryExprOrTypeTrait - We parsed a typeof/sizeof/alignof/
1582 Parser::ParseExprAfterUnaryExprOrTypeTrait(const Token &OpTok, function in class:Parser
1735 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok,
H A DParseDecl.cpp5660 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, isCastExpr,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1283 ExprResult ParseExprAfterUnaryExprOrTypeTrait(const Token &OpTok,

Completed in 263 milliseconds