Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp389 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp956 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h1578 bool SetCodeCompletionPoint(const FileEntry *File,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp579 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()