Searched defs:getCodeDecl (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | ExplodedGraph.h | 142 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } function in class:clang::ento::ExplodedNode |
/external/clang/lib/StaticAnalyzer/Core/ | ||
H A D | BugReporter.cpp | 341 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } function in class:__anon1736::PathDiagnosticBuilder |
Completed in 85 milliseconds