clang 19.0.0git
Classes | Public Attributes | List of all members
clang::ast_matchers::MatchFinder::MatchFinderOptions Struct Reference

#include "clang/ASTMatchers/ASTMatchFinder.h"

Classes

struct  Profiling
 

Public Attributes

std::optional< ProfilingCheckProfiling
 Enables per-check timers.
 

Detailed Description

Definition at line 129 of file ASTMatchFinder.h.

Member Data Documentation

◆ CheckProfiling

std::optional<Profiling> clang::ast_matchers::MatchFinder::MatchFinderOptions::CheckProfiling

Enables per-check timers.

It prints a report after match.

Definition at line 141 of file ASTMatchFinder.h.


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