reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 virtual const Decl *getDecl() const { 474 const FunctionDecl *getDecl() const override {
658 const FunctionDecl *getDecl() const override;
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.cpp687 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());