Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1091 PP.SetCodeCompletionPoint(*main_file, completion_line, completion_column); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp398 bool Preprocessor::SetCodeCompletionPoint(FileEntryRef File, in SetCodeCompletionPoint() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1961 bool SetCodeCompletionPoint(FileEntryRef File, unsigned Line,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp705 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()