Home
last modified time | relevance | path

Searched defs:plugins (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp22 ArrayRef<std::string> plugins, in CheckerManager() argument
37 CheckerManager(AnalyzerOptions & AOptions,const LangOptions & LangOpts,DiagnosticsEngine & Diags,ArrayRef<std::string> plugins) CheckerManager() argument
H A DAnalysisConsumer.cpp124 AnalyzerOptions &opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py63 def get_active_checkers(clang, plugins): argument
145 def get_checkers(clang, plugins): argument
/llvm-project/lldb/tools/lldb-dap/
H A D.prettierrc.json6 "plugins": ["prettier-plugin-curly"] array
/llvm-project/offload/include/
H A DPluginManager.h123 /// Eagerly initialize all plugins and their devices. in plugins() function
120 auto plugins() { return llvm::make_pointee_range(Plugins); } plugins() function
[all...]
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py107 get_tidy_invocation( f, clang_tidy_binary, checks, tmpdir, build_path, header_filter, allow_enabling_alpha_checkers, extra_arg, extra_arg_before, quiet, config_file_path, config, line_filter, use_color, plugins, warnings_as_errors, exclude_header_filter, allow_no_checks, ) global() argument
/llvm-project/flang/include/flang/Frontend/
H A DFrontendOptions.h296 std::vector<std::string> plugins; global() member
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp528 FileSpec plugins(file_spec.GetPath() + "/PlugIns"); in GetKernelsAndKextsInDirectoryHelper() local
/llvm-project/lldb/source/Target/
H A DProcess.cpp6054 LanguageSet plugins = PrintWarningUnsupportedLanguage() local