Home | History | Annotate | Download | only in Frontend

Lines Matching full:loc

680 TextDiagnostic::emitDiagnosticMessage(SourceLocation Loc,
690 if (Loc.isValid())
691 emitDiagnosticLoc(Loc, PLoc, Level, Ranges, *SM);
770 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
776 FileID FID = SM.getFileID(Loc);
821 SM.getFileID(SM.getExpansionLoc(Loc));
875 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc,
885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
895 void TextDiagnostic::emitBuildingModuleLocation(SourceLocation Loc,
1055 /// \param Loc The location for the caret.
1059 SourceLocation Loc, DiagnosticsEngine::Level Level,
1063 assert(!Loc.isInvalid() && "must have a valid source location here");
1064 assert(Loc.isFileID() && "must have a file location here");
1071 // multiple times if one loc has multiple diagnostics.
1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() &&
1079 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);