Searched refs:emitIncludeLocation (Results 1 – 4 of 4) sorted by relevance
92 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;151 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
93 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
216 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()593 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
889 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic