Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1464 Recorder->CCSema->getPreprocessor().getCodeCompletionLoc(), in run()
1636 Recorder->CCSema->getPreprocessor().getCodeCompletionLoc()); in runWithSema()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1799 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp3192 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()