Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp92 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset); in EnterSourceFile()
H A DPreprocessor.cpp440 CodeCompletionOffset = Position - Buffer->getBufferStart(); in SetCodeCompletionPoint()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h312 unsigned CodeCompletionOffset = 0; variable