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

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  202   virtual const Decl *getDecl() const {
  474   const FunctionDecl *getDecl() const override {

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  658   const FunctionDecl *getDecl() const override;

References

tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  129     const auto *DRecordDecl = cast<CXXRecordDecl>(Dtor->getDecl()->getParent());
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  179     const Decl *D = Dtor->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  635   const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(IC->getDecl());
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  687   if (const auto *D = cast_or_null<CXXMethodDecl>(getDecl())) {
  725   const Decl *D = getDecl();
  803     if (MD->getCanonicalDecl() != getDecl()->getCanonicalDecl()) {
  815         const CXXMethodDecl *StaticMD = cast<CXXMethodDecl>(getDecl());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  993   const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(ICall->getDecl());