HomeSort by relevance Sort by last modified time
    Searched defs:PathDiagnosticPiece (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 49 PathDiagnosticPiece::PathDiagnosticPiece(StringRef s,
53 PathDiagnosticPiece::PathDiagnosticPiece(Kind k, DisplayHint hint)
56 PathDiagnosticPiece::~PathDiagnosticPiece() {}
68 PathDiagnosticPiece *Piece = I->getPtr();
71 case PathDiagnosticPiece::Call: {
84 case PathDiagnosticPiece::Macro: {
97 case PathDiagnosticPiece::Event
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 314 class PathDiagnosticPiece : public RefCountedBaseVPTR {
324 /// A constant string that can be used to tag the PathDiagnosticPiece,
332 PathDiagnosticPiece() LLVM_DELETED_FUNCTION;
333 PathDiagnosticPiece(const PathDiagnosticPiece &P) LLVM_DELETED_FUNCTION;
334 void operator=(const PathDiagnosticPiece &P) LLVM_DELETED_FUNCTION;
337 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below);
339 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
342 virtual ~PathDiagnosticPiece();
346 /// Tag this PathDiagnosticPiece with the given C-string
    [all...]

Completed in 63 milliseconds