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

References

tools/clang/lib/Sema/SemaExprMember.cpp
 1438       if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp))
 1440           BaseExp = UO->getSubExpr()->IgnoreParenCasts();
 1442       if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(BaseExp))