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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 177 const BugType& getBugType() const { return BT; }
178 BugType& getBugType() { return BT; }
PathDiagnostic.h 797 StringRef getBugType() const { return BugType; }
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 389 EmitString(o, D->getBugType()) << '\n';
401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(),
HTMLDiagnostics.cpp 236 StringRef BugType = D.getBugType();
258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue,
PathDiagnostic.cpp 381 if (X.getBugType() != Y.getBugType())
382 return X.getBugType() < Y.getBugType();
    [all...]
BugReporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 164 milliseconds