Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
320 const char *CodeCompletionLocation = nullptr; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer