Searched refs:emitIncludeLocation (Results 1 – 5 of 5) sorted by relevance
91 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;150 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
49 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
100 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
214 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()596 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
883 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic