Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp46 void disableUnsupportedOptions(CompilerInvocation &CI) { in disableUnsupportedOptions() function
115 disableUnsupportedOptions(*CI); in buildCompilerInvocation()
H A DCompiler.h67 void disableUnsupportedOptions(CompilerInvocation &CI);
/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp91 disableUnsupportedOptions(*Invocation); in runInvocation()