struct MatchFinderOptions::Profiling

Declaration

struct MatchFinderOptions::Profiling { /* full declaration omitted */ };

Declared at: clang/include/clang/ASTMatchers/ASTMatchFinder.h:129

Member Variables

public llvm::StringMap<llvm::TimeRecord>& Records
Per bucket timing information.

Method Overview

  • public Profiling(llvm::StringMap<llvm::TimeRecord> & Records)

Methods

ΒΆProfiling(
    llvm::StringMap<llvm::TimeRecord>& Records)

Declared at: clang/include/clang/ASTMatchers/ASTMatchFinder.h:130

Parameters

llvm::StringMap<llvm::TimeRecord>& Records