Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExplodedGraph.h142 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp2347 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
2373 const ObjCMethodDecl &MD = cast<ObjCMethodDecl>(EndN->getCodeDecl()); in getEndPath()
3512 const Decl *CD = &Pred->getCodeDecl(); in checkPreStmt()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp341 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl() function in __anond95cbf990111::PathDiagnosticBuilder