Home
last modified time | relevance | path

Searched defs:getCodeDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h153 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp366 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); } in getCodeDecl() function in __anon26fd67af0111::PathDiagnosticBuilder