Searched refs:codeCompletionLocation (Results 1 – 3 of 3) sorted by relevance
52 codeCompletionLocation(matcherCode.data() + codeCompletionOffset) { in CodeTokenizer()99 if (codeCompletionLocation && codeCompletionLocation <= code.data()) { in getNextToken()101 llvm::StringRef(codeCompletionLocation, 0)); in getNextToken()102 codeCompletionLocation = nullptr; in getNextToken()187 if (codeCompletionLocation == code.data() + tokenLength) { in parseIdentifierOrInvalid()188 codeCompletionLocation = nullptr; in parseIdentifierOrInvalid()224 const char *codeCompletionLocation = nullptr; member in mlir::query::matcher::internal::Parser::CodeTokenizer
77 codeCompletionLocation(nullptr) { in Lexer()84 codeCompletionLocation = in Lexer()165 if (tokStart == codeCompletionLocation) in lexToken()354 if (curPtr == codeCompletionLocation) { in lexString()
223 const char *codeCompletionLocation; variable