clang API Documentation

Public Member Functions
clang::ast_matchers::dynamic::Diagnostics::OverloadContext Struct Reference

Context for overloaded matcher construction. More...

#include <Diagnostics.h>

List of all members.

Public Member Functions

 OverloadContext (Diagnostics *Error)
 ~OverloadContext ()
void revertErrors ()
 Revert all errors that happened within this context.

Detailed Description

Context for overloaded matcher construction.

This context will take care of merging all errors that happen within it as "candidate" overloads for the same matcher.

Definition at line 122 of file Diagnostics.h.


Constructor & Destructor Documentation

Definition at line 43 of file Diagnostics.cpp.


Member Function Documentation

Revert all errors that happened within this context.

Definition at line 57 of file Diagnostics.cpp.

References clang::diag::Error.

Referenced by clang::ast_matchers::dynamic::internal::OverloadedMatcherDescriptor::create().


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