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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp119 bool IsExpr = Code.size() == 1 && isa<Expr>(Code[0]); local
120 if (IsExpr) {
164 if (IsExpr && !ReturnType->isVoidType())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp262 bool IsExpr; local
264 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
271 if (!IsExpr) {
H A DParseObjc.cpp2885 /// \param IsExpr Whether the receiver was parsed as an expression.
2888 /// IsExpr is true), the parsed expression. If the receiver was parsed
2889 /// as a type (\c IsExpr is false), the parsed type.
2900 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) { argument
2917 IsExpr = true;
2950 IsExpr = true;
2963 IsExpr = false;
3043 bool IsExpr;
3045 if (ParseObjCXXMessageReceiver(IsExpr, TypeOrExpr)) {
3050 if (IsExpr)
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2037 bool ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr);

Completed in 207 milliseconds