Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp67 unsigned CodeCompletionOffset) in CodeTokenizer() argument
69 CodeCompletionLocation(MatcherCode.data() + CodeCompletionOffset) { in CodeTokenizer()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DParser.cpp75 unsigned CodeCompletionOffset) in CodeTokenizer() argument
77 CodeCompletionLocation(MatcherCode.data() + CodeCompletionOffset) { in CodeTokenizer()
/external/clang/lib/Lex/
DPreprocessor.cpp75 CodeCompletionFile(nullptr), CodeCompletionOffset(0), in Preprocessor()
417 CodeCompletionOffset = Position - Buffer->getBufferStart(); in SetCodeCompletionPoint()
DPPLexerChange.cpp102 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset); in EnterSourceFile()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp89 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset); in EnterSourceFile()
DPreprocessor.cpp434 CodeCompletionOffset = Position - Buffer->getBufferStart(); in SetCodeCompletionPoint()
/external/clang/include/clang/Lex/
DPreprocessor.h231 unsigned CodeCompletionOffset; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h277 unsigned CodeCompletionOffset = 0; variable