Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Line

1257 /// that corresponds to the main file along with a pair (bytes, start-of-line)
1267 // command line (to another file) or directly through the compiler invocation
2367 void ASTUnit::CodeComplete(StringRef File, unsigned Line, unsigned Column,
2383 Twine(Line) + ":" + Twine(Column));
2401 FrontendOpts.CodeCompletionAt.Line = Line;
2483 if (CompleteFileID == MainID && Line > 1)
2486 Line - 1);
2737 unsigned Line, unsigned Col) const {
2739 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col);