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

/external/clang/lib/Parse/
H A DParseInit.cpp244 bool IsExpr; local
246 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
253 if (!IsExpr) {
H A DParseObjc.cpp2144 /// \param IsExpr Whether the receiver was parsed as an expression.
2147 /// IsExpr is true), the parsed expression. If the receiver was parsed
2148 /// as a type (\c IsExpr is false), the parsed type.
2159 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) { argument
2173 IsExpr = true;
2206 IsExpr = true;
2219 IsExpr = false;
2299 bool IsExpr;
2301 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
2306 if (IsExpr)
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1413 bool ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr);

Completed in 56 milliseconds