Searched defs:PathDiagnosticPiece (Results 1 – 3 of 3) sorted by relevance
45 class PathDiagnosticPiece; variable
55 PathDiagnosticPiece::PathDiagnosticPiece(StringRef s, in PathDiagnosticPiece() function in PathDiagnosticPiece59 PathDiagnosticPiece::PathDiagnosticPiece(Kind k, DisplayHint hint) in PathDiagnosticPiece() function in PathDiagnosticPiece
517 : PathDiagnosticPiece(s, k), Pos(pos) { in PathDiagnosticPiece() function