Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp386 assert(!CodeCompletionFile && "Already set"); in SetCodeCompletionPoint()
425 CodeCompletionFile = File; in SetCodeCompletionPoint()
H A DPPLexerChange.cpp90 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h263 const FileEntry *CodeCompletionFile = nullptr; variable
1473 bool isCodeCompletionEnabled() const { return CodeCompletionFile != nullptr; } in isCodeCompletionEnabled()