Home
last modified time | relevance | path

Searched refs:isPieceMessageGeneric (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h291 static bool isPieceMessageGeneric(const PathDiagnosticPiece *Piece);
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp358 return ConditionBRVisitor::isPieceMessageGeneric(X) ? Y : X; in eventsDescribeSameCondition()
361 return ConditionBRVisitor::isPieceMessageGeneric(Y) ? X : Y; in eventsDescribeSameCondition()
DBugReporterVisitors.cpp2664 bool ConditionBRVisitor::isPieceMessageGeneric( in isPieceMessageGeneric() function in ConditionBRVisitor