Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h154 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp792 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
H A DRetainCountChecker.cpp1051 const Decl *CD = &Pred->getCodeDecl(); in processReturn()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1980 SM(CurrentNode->getCodeDecl().getASTContext().getSourceManager()), in PathDiagnosticConstruct()