Home
last modified time | relevance | path

Searched refs:getCodeDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h153 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp650 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
H A DRetainCountChecker.cpp1055 const Decl *CD = &Pred->getCodeDecl(); in processReturn()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp366 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl() function in __anon26fd67af0111::PathDiagnosticBuilder
H A DBugReporterVisitors.cpp2390 dyn_cast<CXXMethodDecl>(Succ->getCodeDecl().getAsFunction()); in VisitNode()