Lines Matching refs:ExpectedLoc
297 SourceLocation ExpectedLoc, in attachDirective() argument
302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()
501 SourceLocation ExpectedLoc; in ParseDirective() local
506 ExpectedLoc = Pos; in ParseDirective()
519 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective()
524 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
541 ExpectedLoc = SourceLocation(); in ParseDirective()
559 ExpectedLoc = SM.translateLineCol(FID, Line, 1); in ParseDirective()
562 ExpectedLoc = SM.translateLineCol(FID, 1, 1); in ParseDirective()
567 ExpectedLoc = SourceLocation(); in ParseDirective()
570 if (ExpectedLoc.isInvalid() && !MatchAnyLine && Marker.empty()) { in ParseDirective()
649 attachDirective(Diags, D, ExpectedLoc, MatchAnyFileAndLine, MatchAnyLine); in ParseDirective()