Home
last modified time | relevance | path

Searched defs:CheckOptions (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp332 auto &CheckOptions = Options.CheckOptions; in TEST() local
398 auto &CheckOptions = Options.CheckOptions; TEST() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.h480 const ClangTidyOptions::OptionMap &CheckOptions; global() variable
[all...]
H A DClangTidyOptions.h129 OptionMap CheckOptions; global() member
H A DClangTidyCheck.cpp50 StringRef CheckName, const ClangTidyOptions::OptionMap &CheckOptions, in OptionsView() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h283 CheckOptions; global() member
H A DConfig.h106 llvm::StringMap<std::string> CheckOptions; member
H A DConfigCompile.cpp546 std::vector<std::pair<std::string, std::string>> CheckOptions; compile() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp372 void CheckOptions(const AllocatorOptions &options) const { CheckOptions() function