Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp303 auto &CheckOptions = Options.CheckOptions; in TEST() local
369 auto &CheckOptions = Options.CheckOptions; in TEST() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.h404 const ClangTidyOptions::OptionMap &CheckOptions; variable
H A DClangTidyOptions.h118 OptionMap CheckOptions; member
H A DClangTidyCheck.cpp49 StringRef CheckName, const ClangTidyOptions::OptionMap &CheckOptions, in OptionsView()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfig.h101 llvm::StringMap<std::string> CheckOptions; member
H A DConfigFragment.h266 CheckOptions; member
H A DConfigCompile.cpp506 std::vector<std::pair<std::string, std::string>> CheckOptions; in compile() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp318 void CheckOptions(const AllocatorOptions &options) const { in CheckOptions() function