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

/external/clang/lib/Parse/
H A DParseInit.cpp226 bool IsExpr; local
228 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
235 if (!IsExpr) {
H A DParseObjc.cpp2195 /// \param IsExpr Whether the receiver was parsed as an expression.
2198 /// IsExpr is true), the parsed expression. If the receiver was parsed
2199 /// as a type (\c IsExpr is false), the parsed type.
2210 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) { argument
2224 IsExpr = true;
2257 IsExpr = true;
2270 IsExpr = false;
2350 bool IsExpr;
2352 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
2357 if (IsExpr)
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1563 bool ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr);

Completed in 72 milliseconds