Home
last modified time | relevance | path

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

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