Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h154 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp792 const Decl *D = &EndN->getCodeDecl(); in getEndPath()
DRetainCountChecker.cpp1051 const Decl *CD = &Pred->getCodeDecl(); in processReturn()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1980 SM(CurrentNode->getCodeDecl().getASTContext().getSourceManager()), in PathDiagnosticConstruct()