clang 22.0.0git
|
#include "clang/ASTMatchers/ASTMatchFinder.h"
Classes | |
struct | Profiling |
Public Member Functions | |
MatchFinderOptions () |
Public Attributes | |
std::optional< Profiling > | CheckProfiling |
Enables per-check timers. | |
bool | IgnoreSystemHeaders {false} |
Avoids matching declarations in system headers. |
Definition at line 129 of file ASTMatchFinder.h.
|
inline |
Definition at line 138 of file ASTMatchFinder.h.
std::optional<Profiling> clang::ast_matchers::MatchFinder::MatchFinderOptions::CheckProfiling |
Enables per-check timers.
It prints a report after match.
Definition at line 143 of file ASTMatchFinder.h.
Avoids matching declarations in system headers.
Definition at line 146 of file ASTMatchFinder.h.