Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp77 CodeCompletionLocation(MatcherCode.data() + CodeCompletionOffset) { in CodeTokenizer()
99 if (CodeCompletionLocation && CodeCompletionLocation <= Code.data()) { in getNextToken()
101 Result.Text = StringRef(CodeCompletionLocation, 0); in getNextToken()
102 CodeCompletionLocation = nullptr; in getNextToken()
158 if (CodeCompletionLocation == Code.data() + TokenLength) { in getNextToken()
159 CodeCompletionLocation = nullptr; in getNextToken()
302 const char *CodeCompletionLocation = nullptr; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer