Searched refs:emitIncludeLocation (Results 1 – 6 of 6) sorted by relevance
90 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0;149 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
49 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
100 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override;
210 void SARIFDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in clang::SARIFDiagnostic
212 emitIncludeLocation(Loc, PLoc); in emitIncludeStackRecursively()571 void DiagnosticNoteRenderer::emitIncludeLocation(FullSourceLoc Loc, in emitIncludeLocation() function in DiagnosticNoteRenderer
881 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() function in TextDiagnostic