Home
last modified time | relevance | path

Searched defs: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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h154 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 __anond14f76690111::PathDiagnosticBuilder