Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1104 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp390 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1936 bool SetCodeCompletionPoint(const FileEntry *File,
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp713 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()