clang-tools 19.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
clang::tidy::ClangTidyProfiling Class Reference

#include <ClangTidyProfiling.h>

Classes

struct  StorageParams
 

Public Member Functions

 ClangTidyProfiling ()=default
 
 ClangTidyProfiling (std::optional< StorageParams > Storage)
 
 ~ClangTidyProfiling ()
 

Public Attributes

llvm::StringMap< llvm::TimeRecord > Records
 

Detailed Description

Definition at line 24 of file ClangTidyProfiling.h.

Constructor & Destructor Documentation

◆ ClangTidyProfiling() [1/2]

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

◆ ClangTidyProfiling() [2/2]

clang::tidy::ClangTidyProfiling::ClangTidyProfiling ( std::optional< StorageParams Storage)

Definition at line 77 of file ClangTidyProfiling.cpp.

◆ ~ClangTidyProfiling()

clang::tidy::ClangTidyProfiling::~ClangTidyProfiling ( )

Definition at line 80 of file ClangTidyProfiling.cpp.

References Records.

Member Data Documentation

◆ Records

llvm::StringMap<llvm::TimeRecord> clang::tidy::ClangTidyProfiling::Records

Definition at line 47 of file ClangTidyProfiling.h.

Referenced by ~ClangTidyProfiling().


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