Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h616 bool CodeCompletionReached = false; variable
1958 bool isCodeCompletionReached() const { return CodeCompletionReached; } in isCodeCompletionReached()
1963 CodeCompletionReached = true; in setCodeCompletionReached()