Home
last modified time | relevance | path

Searched defs:getCodeDecl (Results 1 – 2 of 2) 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/Core/
DBugReporter.cpp341 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl() function in __anon6d7da64b0111::PathDiagnosticBuilder