Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp699 bool IncludeFixIts = options & CXCodeComplete_IncludeCompletionsWithFixIts; in clang_codeCompleteAt_Impl()
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h5112 CXCodeComplete_IncludeCompletionsWithFixIts = 0x10 enumerator
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2711 completionOptions |= CXCodeComplete_IncludeCompletionsWithFixIts; in perform_code_completion()