Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp76 unsigned CodeCompletionOffset) in CodeTokenizer() argument
78 CodeCompletionLocation(MatcherCode.data() + CodeCompletionOffset) { in CodeTokenizer()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp91 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset); in EnterSourceFile()
H A DPreprocessor.cpp438 CodeCompletionOffset = Position - Buffer->getBufferStart(); in SetCodeCompletionPoint()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h326 unsigned CodeCompletionOffset = 0; variable