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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  537   const DeclaratorDecl *getDecl() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  541     return dyn_cast_or_null<AdjustedDecl>(getDecl());
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
   72     if (const auto *MD = dyn_cast_or_null<CXXMethodDecl>(X->getDecl()))
  357       if (CastRes.getDecl())
  358         os << "|" << CastRes.getDecl()->getQualifiedNameAsString() << "|";