Searched refs:CompleteLine (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp344 unsigned CompleteLine,
347 assert(CompleteLine && CompleteColumn && "Starts from 1:1");
360 for (unsigned Line = 1; Line < CompleteLine; ++Line) {
343 SetCodeCompletionPoint(const FileEntry *File, unsigned CompleteLine, unsigned CompleteColumn) argument
/freebsd-9.3-release/contrib/tcsh/
H A Ded.inputl.c56 static int CompleteLine (void);
305 matchval = CompleteLine();
907 * CompleteLine - do command completion on the entire command line
915 CompleteLine(void) function

Completed in 123 milliseconds