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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1759 Expr *baseExpr = nullptr; // null signifies implicit access local
1765 baseExpr = new (Context) CXXThisExpr(loc, ThisTy, /*isImplicit=*/true);
1768 return BuildMemberReferenceExpr(baseExpr, ThisTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h655 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, argument
660 /*type-dependent*/ false, baseExpr->isValueDependent(),
661 baseExpr->isInstantiationDependent(),
662 baseExpr->containsUnexpandedParameterPack()),
663 BaseExpr(baseExpr), TheDecl(decl),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3812 SourceLocation lBraceLoc, Expr *baseExpr, SourceLocation rBraceLoc)
3813 : Expr(DesignatedInitUpdateExprClass, baseExpr->getType(), VK_RValue,
3815 BaseAndUpdaterExprs[0] = baseExpr;
3818 ILE->setType(baseExpr->getType());
3811 DesignatedInitUpdateExpr(const ASTContext &C, SourceLocation lBraceLoc, Expr *baseExpr, SourceLocation rBraceLoc) argument

Completed in 132 milliseconds