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

References

tools/clang/include/clang/AST/ExprCXX.h
 3850     return cast<Expr>(Base);
 3854     return cast<Expr>(Base);
 3895       return Base->getBeginLoc();
 3915     return child_range(&Base, &Base + 1);
 3915     return child_range(&Base, &Base + 1);
 3921     return const_child_range(&Base, &Base + 1);
 3921     return const_child_range(&Base, &Base + 1);
tools/clang/lib/AST/ExprCXX.cpp
 1531   if (!Base)
 1534   return cast<Expr>(Base)->isImplicitCXXThis();
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1791   E->Base = Record.readSubExpr();