|
clang-tools 22.0.0git
|
#include <ClangTidyProfiling.h>
Public Member Functions | |
| StorageParams ()=default | |
| StorageParams (llvm::StringRef ProfilePrefix, llvm::StringRef SourceFile) | |
Public Attributes | |
| llvm::sys::TimePoint | Timestamp |
| std::string | SourceFilename |
| std::string | StoreFilename |
Definition at line 26 of file ClangTidyProfiling.h.
|
default |
| clang::tidy::ClangTidyProfiling::StorageParams::StorageParams | ( | llvm::StringRef | ProfilePrefix, |
| llvm::StringRef | SourceFile ) |
Definition at line 22 of file ClangTidyProfiling.cpp.
References SourceFilename, StoreFilename, and Timestamp.
| std::string clang::tidy::ClangTidyProfiling::StorageParams::SourceFilename |
Definition at line 28 of file ClangTidyProfiling.h.
Referenced by StorageParams().
| std::string clang::tidy::ClangTidyProfiling::StorageParams::StoreFilename |
Definition at line 29 of file ClangTidyProfiling.h.
Referenced by StorageParams().
| llvm::sys::TimePoint clang::tidy::ClangTidyProfiling::StorageParams::Timestamp |
Definition at line 27 of file ClangTidyProfiling.h.
Referenced by StorageParams().