Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1306 Recorder->CCSema->getPreprocessor().getCodeCompletionLoc(), in run()
1475 Recorder->CCSema->getPreprocessor().getCodeCompletionLoc()); in runWithSema()
/external/clang/include/clang/Lex/
DPreprocessor.h1274 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1629 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/external/clang/lib/Lex/
DLexer.cpp2717 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp2984 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()