reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/APValue.cpp
  558         assert(Base.get<const Expr *>() != nullptr &&
  560         Base.get<const Expr*>()->printPretty(Out, nullptr,
  591       const Expr *E = Base.get<const Expr*>();
tools/clang/lib/AST/ExprConstant.cpp
  102     const Expr *Base = B.get<const Expr*>();
 1501         const auto *E = B.get<const Expr *>();
 1875   const Expr *E = B.get<const Expr*>();
 6116   Info.HeapAllocs.erase(Pointer.Base.get<DynamicAllocLValue>());
 7752   const auto *Base = LVal.getLValueBase().get<const Expr *>();
10180   } else if (const Expr *E = B.get<const Expr*>()) {
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1901   return Visit(base.get<const Expr*>());