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

References

tools/clang/lib/AST/ASTImporter.cpp
 7240       E->getBase(), E->getOperatorLoc(), E->getQualifierLoc(),
tools/clang/lib/AST/ExprConstant.cpp
 6879         return EvaluateObjectArgument(Info, PDE->getBase(), ThisVal);
tools/clang/lib/AST/ItaniumMangle.cpp
 3828     if (const Expr *Base = PDE->getBase())
tools/clang/lib/AST/StmtPrinter.cpp
 2060   PrintExpr(E->getBase());
tools/clang/lib/CodeGen/CGExprCXX.cpp
  125     Expr *BaseExpr = E->getBase();
  163     EmitIgnoredExpr(E->getBase());
tools/clang/lib/CodeGen/CGExprScalar.cpp
  694     CGF.EmitScalarExpr(E->getBase());
tools/clang/lib/Sema/TreeTransform.h
10772   ExprResult Base = getDerived().TransformExpr(E->getBase());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1606   Record.AddStmt(E->getBase());
tools/clang/tools/libclang/CIndex.cpp
 2523   AddStmt(E->getBase());