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.h142 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2350 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
2376 const ObjCMethodDecl &MD = cast<ObjCMethodDecl>(EndN->getCodeDecl()); in getEndPath()
3506 const Decl *CD = &Pred->getCodeDecl(); in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp341 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl() function in __anon6d7da64b0111::PathDiagnosticBuilder