Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h155 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp790 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
H A DRetainCountChecker.cpp1049 const Decl *CD = &Pred->getCodeDecl(); in processReturn()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1989 SM(CurrentNode->getCodeDecl().getASTContext().getSourceManager()), in PathDiagnosticConstruct()