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

Declarations

tools/clang/include/clang/AST/Expr.h
  895   const Expr *getBestDynamicClassTypeExpr() const;

References

tools/clang/lib/AST/DeclCXX.cpp
 2077   Base = Base->getBestDynamicClassTypeExpr();
tools/clang/lib/AST/Expr.cpp
   63   const Expr *E = getBestDynamicClassTypeExpr();