Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp402 unsigned CompleteLine, in SetCodeCompletionPoint() argument
405 assert(CompleteLine && CompleteColumn && "Starts from 1:1"); in SetCodeCompletionPoint()
416 for (unsigned Line = 1; Line < CompleteLine; ++Line) { in SetCodeCompletionPoint()