Searched refs:SetCodeCompletionPoint (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 372 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 391 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1264 bool SetCodeCompletionPoint(const FileEntry *File,
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 1102 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1619 bool SetCodeCompletionPoint(const FileEntry *File,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 489 PP.SetCodeCompletionPoint(Entry, Line, Column); in EnableCodeCompletion()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 591 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()
|