Home
last modified time | relevance | path

Searched refs:StorageParams (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyProfiling.h27 struct StorageParams { struct
32 StorageParams() = default; argument
34 StorageParams(llvm::StringRef ProfilePrefix, llvm::StringRef SourceFile);
40 llvm::Optional<StorageParams> Storage;
52 ClangTidyProfiling(llvm::Optional<StorageParams> Storage);
H A DClangTidyProfiling.cpp22 ClangTidyProfiling::StorageParams::StorageParams(llvm::StringRef ProfilePrefix, in StorageParams() function in clang::tidy::ClangTidyProfiling::StorageParams
77 ClangTidyProfiling::ClangTidyProfiling(llvm::Optional<StorageParams> Storage) in ClangTidyProfiling()
H A DClangTidyDiagnosticConsumer.h172 llvm::Optional<ClangTidyProfiling::StorageParams>
H A DClangTidyDiagnosticConsumer.cpp258 llvm::Optional<ClangTidyProfiling::StorageParams>
263 return ClangTidyProfiling::StorageParams(ProfilePrefix, CurrentFile); in getProfileStorageParams()