clang-tools 22.0.0git
clang::tidy::ClangTidyProfiling::StorageParams Struct Reference

#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

Detailed Description

Definition at line 26 of file ClangTidyProfiling.h.

Constructor & Destructor Documentation

◆ StorageParams() [1/2]

clang::tidy::ClangTidyProfiling::StorageParams::StorageParams ( )
default

◆ StorageParams() [2/2]

clang::tidy::ClangTidyProfiling::StorageParams::StorageParams ( llvm::StringRef ProfilePrefix,
llvm::StringRef SourceFile )

Definition at line 22 of file ClangTidyProfiling.cpp.

References SourceFilename, StoreFilename, and Timestamp.

Member Data Documentation

◆ SourceFilename

std::string clang::tidy::ClangTidyProfiling::StorageParams::SourceFilename

Definition at line 28 of file ClangTidyProfiling.h.

Referenced by StorageParams().

◆ StoreFilename

std::string clang::tidy::ClangTidyProfiling::StorageParams::StoreFilename

Definition at line 29 of file ClangTidyProfiling.h.

Referenced by StorageParams().

◆ Timestamp

llvm::sys::TimePoint clang::tidy::ClangTidyProfiling::StorageParams::Timestamp

Definition at line 27 of file ClangTidyProfiling.h.

Referenced by StorageParams().


The documentation for this struct was generated from the following files: