Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.h92 llvm::StringRef StoreCheckProfile = StringRef());
H A DClangTidy.cpp512 llvm::StringRef StoreCheckProfile) { in runClangTidy() argument
537 Context.setProfileStoragePrefix(StoreCheckProfile); in runClangTidy()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp209 static cl::opt<std::string> StoreCheckProfile("store-check-profile", variable
503 SmallString<256> ProfilePrefix = MakeAbsolute(StoreCheckProfile); in clangTidyMain()