HomeSort by relevance Sort by last modified time
    Searched refs:SubobjectAdjustment (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 466 SmallVector<SubobjectAdjustment, 4> Adjustments;
SemaInit.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 56 struct SubobjectAdjustment {
80 SubobjectAdjustment(const CastExpr *BasePath,
87 SubobjectAdjustment(FieldDecl *Field)
92 SubobjectAdjustment(const MemberPointerType *MPT, Expr *RHS)
794 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 341 SmallVector<SubobjectAdjustment, 2> Adjustments;
372 SubobjectAdjustment &Adjustment = Adjustments[I-1];
374 case SubobjectAdjustment::DerivedToBaseAdjustment:
382 case SubobjectAdjustment::FieldAdjustment: {
391 case SubobjectAdjustment::MemberPointerAdjustment: {
    [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 56 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const {
68 Adjustments.push_back(SubobjectAdjustment(CE, Derived));
82 Adjustments.push_back(SubobjectAdjustment(Field));
93 Adjustments.push_back(SubobjectAdjustment(MPT, BO->getRHS()));
    [all...]
ExprConstant.cpp 74 SmallVector<SubobjectAdjustment, 2> Adjustments;
    [all...]

Completed in 125 milliseconds