Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp211 const bool EnableCodeCompletion) { in testLocationFeatures() argument
263 if (EnableCodeCompletion) { in testLocationFeatures()
277 bool EnableCodeCompletion) { in check() argument
305 C.testLocationFeatures(LineRange, EnableCodeCompletion); in check()
H A DClangdMain.cpp66 bool EnableCodeCompletion);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp692 static bool EnableCodeCompletion(Preprocessor &PP, in EnableCodeCompletion() function
717 } else if (EnableCodeCompletion(getPreprocessor(), Loc.FileName, in createCodeCompletionConsumer()
739 if (EnableCodeCompletion(PP, Filename, Line, Column)) in createCodeCompletionConsumer()