Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp391 unsigned CompleteLine, in SetCodeCompletionPoint() argument
394 assert(CompleteLine && CompleteColumn && "Starts from 1:1"); in SetCodeCompletionPoint()
405 for (unsigned Line = 1; Line < CompleteLine; ++Line) { in SetCodeCompletionPoint()