Lines Matching refs:Loc
127 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
135 void Ident(SourceLocation Loc, const std::string &str) override;
136 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
138 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
139 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
140 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;
141 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace,
143 void PragmaWarning(SourceLocation Loc, StringRef WarningSpec,
145 void PragmaWarningPush(SourceLocation Loc, int Level) override;
146 void PragmaWarningPop(SourceLocation Loc) override;
153 bool MoveToLine(SourceLocation Loc) { in MoveToLine() argument
154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()
252 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() argument
260 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()
341 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident() argument
342 MoveToLine(Loc); in Ident()
387 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage() argument
392 MoveToLine(Loc); in PragmaMessage()
415 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() argument
418 MoveToLine(Loc); in PragmaDebug()
427 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() argument
429 MoveToLine(Loc); in PragmaDiagnosticPush()
435 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() argument
437 MoveToLine(Loc); in PragmaDiagnosticPop()
442 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() argument
447 MoveToLine(Loc); in PragmaDiagnostic()
470 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning() argument
474 MoveToLine(Loc); in PragmaWarning()
482 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush() argument
485 MoveToLine(Loc); in PragmaWarningPush()
493 void PrintPPOutputPPCallbacks::PragmaWarningPop(SourceLocation Loc) { in PragmaWarningPop() argument
495 MoveToLine(Loc); in PragmaWarningPop()