Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp402 assert(!CodeCompletionFile && "Already set"); in SetCodeCompletionPoint()
439 CodeCompletionFile = File; in SetCodeCompletionPoint()
H A DPPLexerChange.cpp89 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) { in EnterSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h309 const FileEntry *CodeCompletionFile = nullptr; variable
1965 bool isCodeCompletionEnabled() const { return CodeCompletionFile != nullptr; } in isCodeCompletionEnabled()