clang API Documentation
#include <ASTMatchFinder.h>
Public Member Functions | |
Profiling (llvm::StringMap< llvm::TimeRecord > &Records) | |
Public Attributes | |
llvm::StringMap < llvm::TimeRecord > & | Records |
Per bucket timing information. |
Definition at line 123 of file ASTMatchFinder.h.
clang::ast_matchers::MatchFinder::MatchFinderOptions::Profiling::Profiling | ( | llvm::StringMap< llvm::TimeRecord > & | Records | ) | [inline] |
Definition at line 124 of file ASTMatchFinder.h.
llvm::StringMap<llvm::TimeRecord>& clang::ast_matchers::MatchFinder::MatchFinderOptions::Profiling::Records |
Per bucket timing information.
Definition at line 128 of file ASTMatchFinder.h.