Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp79 CodeCompletionLocation(MatcherCode.data() + CodeCompletionOffset) { in CodeTokenizer()
114 if (CodeCompletionLocation && CodeCompletionLocation <= Code.data()) { in getNextToken()
116 Result.Text = StringRef(CodeCompletionLocation, 0); in getNextToken()
117 CodeCompletionLocation = nullptr; in getNextToken()
179 if (CodeCompletionLocation == Code.data() + TokenLength) { in getNextToken()
180 CodeCompletionLocation = nullptr; in getNextToken()
318 const char *CodeCompletionLocation = nullptr; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer