Home
last modified time | relevance | path

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

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