HomeSort by relevance Sort by last modified time
    Searched refs:getDeclWithIssue (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 400 const Decl *DeclWithIssue = D->getDeclWithIssue();
407 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
HTMLDiagnostics.cpp 138 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
245 const Decl *DeclWithIssue = D.getDeclWithIssue();
PathDiagnostic.cpp 390 if (X.getDeclWithIssue() != Y.getDeclWithIssue()) {
391 const Decl *XD = X.getDeclWithIssue();
394 const Decl *YD = Y.getDeclWithIssue();
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 241 const Decl *getDeclWithIssue() const;
PathDiagnostic.h 803 const Decl *getDeclWithIssue() const { return DeclWithIssue; }

Completed in 114 milliseconds