Searched defs:PathDiagnosticPiece (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp50 PathDiagnosticPiece::PathDiagnosticPiece(StringRef s, function in class:PathDiagnosticPiece
55 PathDiagnosticPiece::PathDiagnosticPiece(Kind k, DisplayHint hint) function in class:PathDiagnosticPiece
58 PathDiagnosticPiece::~PathDiagnosticPiece() {}
70 PathDiagnosticPiece *Piece = I->get();
73 case PathDiagnosticPiece::Call: {
86 case PathDiagnosticPiece::Macro: {
99 case PathDiagnosticPiece
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h333 class PathDiagnosticPiece : public RefCountedBaseVPTR { class in namespace:clang::ento
347 /// A constant string that can be used to tag the PathDiagnosticPiece,
355 PathDiagnosticPiece() LLVM_DELETED_FUNCTION;
356 PathDiagnosticPiece(const PathDiagnosticPiece &P) LLVM_DELETED_FUNCTION;
357 void operator=(const PathDiagnosticPiece &P) LLVM_DELETED_FUNCTION;
360 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below);
362 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
365 virtual ~PathDiagnosticPiece();
369 /// Tag this PathDiagnosticPiece wit
[all...]

Completed in 129 milliseconds