Lines Matching defs:ExpectedLoc
295 // \p ExpectedLoc.
297 SourceLocation ExpectedLoc,
302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine,
505 SourceLocation ExpectedLoc;
510 ExpectedLoc = Pos;
523 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
528 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
545 ExpectedLoc = SourceLocation();
563 ExpectedLoc = SM.translateLineCol(FID, Line, 1);
566 ExpectedLoc = SM.translateLineCol(FID, 1, 1);
571 ExpectedLoc = SourceLocation();
574 if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) {
660 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine);