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

Derived Classes

tools/clang/include/clang/Analysis/ProgramPoint.h
  583 class PreImplicitCall : public ImplicitCallPoint {
  600 class PostImplicitCall : public ImplicitCallPoint {

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  140   T castAs() const {
  142     T t;
  583 class PreImplicitCall : public ImplicitCallPoint {
  600 class PostImplicitCall : public ImplicitCallPoint {
tools/clang/lib/Analysis/ProgramPoint.cpp
  101     ImplicitCallPoint PC = castAs<ImplicitCallPoint>();
  101     ImplicitCallPoint PC = castAs<ImplicitCallPoint>();
  110     ImplicitCallPoint PC = castAs<ImplicitCallPoint>();
  110     ImplicitCallPoint PC = castAs<ImplicitCallPoint>();