Lines Matching full:loc
82 void DiagnosticsEngine::pushMappings(SourceLocation Loc) {
86 bool DiagnosticsEngine::popMappings(SourceLocation Loc) {
92 PushDiagStatePoint(DiagStateOnPushStack.back(), Loc);
145 assert(DiagStatePoints.front().Loc.isInvalid() &&
151 FullSourceLoc Loc(L, *SourceMgr);
152 if (Loc.isInvalid())
156 FullSourceLoc LastStateChangePos = DiagStatePoints.back().Loc;
158 Loc.isBeforeInTranslationUnitThan(LastStateChangePos))
160 DiagStatePoint(0, Loc));
175 FullSourceLoc Loc = SourceMgr? FullSourceLoc(L, *SourceMgr) : FullSourceLoc();
176 FullSourceLoc LastStateChangePos = DiagStatePoints.back().Loc;
187 if (Loc.isInvalid() || Loc == LastStateChangePos) {
194 if ((Loc.isValid() && LastStateChangePos.isInvalid()) ||
195 LastStateChangePos.isBeforeInTranslationUnitThan(Loc)) {
200 PushDiagStatePoint(&DiagStates.back(), Loc);
208 DiagStatePointsTy::iterator Pos = GetDiagStatePointForLoc(Loc);
218 if (Pos->Loc == Loc) {
225 Pos->Loc.isBeforeInTranslationUnitThan(Loc);
230 FullSourceLoc(Loc, *SourceMgr)));
234 StringRef Group, diag::Mapping Map, SourceLocation Loc)
243 setDiagnosticMapping(GroupDiags[i], Map, Loc);
343 SourceLocation Loc) {
351 setDiagnosticMapping(AllDiags[i], Map, Loc);
932 : ID(ID), Level(Level), Loc(), Message(Message) { }
941 Loc = FullSourceLoc(Info.getLocation(), Info.getSourceManager());
956 StringRef Message, FullSourceLoc Loc,
959 : ID(ID), Level(Level), Loc(Loc), Message(Message),