HomeSort by: relevance | last modified time | path
    Searched defs:getDeclWithIssue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 861 const Decl *getDeclWithIssue() const { return DeclWithIssue; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1318 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(),
1329 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(),
2176 const Decl *PathSensitiveBugReport::getDeclWithIssue() const {

Completed in 18 milliseconds