Searched refs:StorageParams (Results 1 – 4 of 4) sorted by relevance
27 struct StorageParams { struct32 StorageParams() = default; argument34 StorageParams(llvm::StringRef ProfilePrefix, llvm::StringRef SourceFile);40 llvm::Optional<StorageParams> Storage;52 ClangTidyProfiling(llvm::Optional<StorageParams> Storage);
22 ClangTidyProfiling::StorageParams::StorageParams(llvm::StringRef ProfilePrefix, in StorageParams() function in clang::tidy::ClangTidyProfiling::StorageParams77 ClangTidyProfiling::ClangTidyProfiling(llvm::Optional<StorageParams> Storage) in ClangTidyProfiling()
172 llvm::Optional<ClangTidyProfiling::StorageParams>
258 llvm::Optional<ClangTidyProfiling::StorageParams>263 return ClangTidyProfiling::StorageParams(ProfilePrefix, CurrentFile); in getProfileStorageParams()