Searched defs:plugins (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CreateCheckerManager.cpp | 22 ArrayRef<std::string> plugins, in CheckerManager() argument 37 CheckerManager(AnalyzerOptions & AOptions,const LangOptions & LangOpts,DiagnosticsEngine & Diags,ArrayRef<std::string> plugins) CheckerManager() argument
|
H A D | AnalysisConsumer.cpp | 124 AnalyzerOptions &opts, ArrayRef<std::string> plugins, in AnalysisConsumer() argument
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | clang.py | 63 def get_active_checkers(clang, plugins): argument 145 def get_checkers(clang, plugins): argument
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | .prettierrc.json | 6 "plugins": ["prettier-plugin-curly"] array
|
/llvm-project/offload/include/ |
H A D | PluginManager.h | 123 /// 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 D | run-clang-tidy.py | 107 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 D | FrontendOptions.h | 296 std::vector<std::string> plugins; global() member
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwinKernel.cpp | 528 FileSpec plugins(file_spec.GetPath() + "/PlugIns"); in GetKernelsAndKextsInDirectoryHelper() local
|
/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 6054 LanguageSet plugins = PrintWarningUnsupportedLanguage() local
|