Home
last modified time | relevance | path

Searched refs:CodeCompletionFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp392 assert(!CodeCompletionFile && "Already set"); in SetCodeCompletionPoint()
429 CodeCompletionFile = File; in SetCodeCompletionPoint()
H A DPPLexerChange.cpp88 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h276 const FileEntry *CodeCompletionFile = nullptr; variable
1629 bool isCodeCompletionEnabled() const { return CodeCompletionFile != nullptr; } in isCodeCompletionEnabled()