Searched defs:PathDiagnosticPiece (Results 1 – 3 of 3) sorted by relevance
40 class PathDiagnosticPiece; variable
61 PathDiagnosticPiece::PathDiagnosticPiece(StringRef s, in PathDiagnosticPiece() function in PathDiagnosticPiece65 PathDiagnosticPiece::PathDiagnosticPiece(Kind k, DisplayHint hint) in PathDiagnosticPiece() function in PathDiagnosticPiece
518 : PathDiagnosticPiece(s, k), Pos(pos) { in PathDiagnosticPiece() function