Home
last modified time | relevance | path

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

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