Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.h83 llvm::StringRef StoreCheckProfile = StringRef());
DClangTidy.cpp505 bool EnableCheckProfile, llvm::StringRef StoreCheckProfile) { in runClangTidy() argument
530 Context.setProfileStoragePrefix(StoreCheckProfile); in runClangTidy()
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp200 static cl::opt<std::string> StoreCheckProfile("store-check-profile", variable
413 SmallString<256> ProfilePrefix = MakeAbsolute(StoreCheckProfile); in clangTidyMain()