Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Line

1058 /// that corresponds to the main file along with a pair (bytes, start-of-line)
1068 // command line (to another file) or directly through the compiler invocation
2155 void ASTUnit::CodeComplete(llvm::StringRef File, unsigned Line, unsigned Column,
2170 llvm::Twine(Line) + ":" + llvm::Twine(Column));
2184 FrontendOpts.CodeCompletionAt.Line = Line;
2271 Line - 1);