Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp372 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp391 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/external/clang/include/clang/Lex/
DPreprocessor.h1264 bool SetCodeCompletionPoint(const FileEntry *File,
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1102 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1619 bool SetCodeCompletionPoint(const FileEntry *File,
/external/clang/lib/Frontend/
DCompilerInstance.cpp489 PP.SetCodeCompletionPoint(Entry, Line, Column); in EnableCodeCompletion()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp591 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()