Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp401 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1116 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1789 bool SetCodeCompletionPoint(const FileEntry *File,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp706 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()