Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp387 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1113 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1625 bool SetCodeCompletionPoint(const FileEntry *File,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp649 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()