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

References

tools/clang/include/clang/AST/ExprCXX.h
 3602     if (!Base)
 3604     return cast<Expr>(Base)->isImplicitCXXThis();
 3611     return cast<Expr>(Base);
 3726       return Base->getBeginLoc();
 3746     return child_range(&Base, &Base + 1);
 3746     return child_range(&Base, &Base + 1);
 3752     return const_child_range(&Base, &Base + 1);
 3752     return const_child_range(&Base, &Base + 1);
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1717   E->Base = Record.readSubExpr();