Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h144 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp216 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl() function in __anondf3e59880111::PathDiagnosticBuilder
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2266 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
2292 ObjCMethodDecl &MD = cast<ObjCMethodDecl>(EndN->getCodeDecl()); in getEndPath()
3295 const Decl *CD = &Pred->getCodeDecl(); in checkPreStmt()