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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1535 /// ParseExprAfterUnaryExprOrTypeTrait - We parsed a typeof/sizeof/alignof/
1559 Parser::ParseExprAfterUnaryExprOrTypeTrait(const Token &OpTok, function in class:Parser
1687 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok,
H A DParseDecl.cpp5483 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, isCastExpr,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1261 ExprResult ParseExprAfterUnaryExprOrTypeTrait(const Token &OpTok,

Completed in 125 milliseconds