clang API Documentation

Public Member Functions
clang::ASTReader::ListenerScope Class Reference

RAII object to temporarily add an AST callback listener. More...

#include <ASTReader.h>

List of all members.

Public Member Functions

 ListenerScope (ASTReader &Reader, std::unique_ptr< ASTReaderListener > L)
 ~ListenerScope ()

Detailed Description

RAII object to temporarily add an AST callback listener.

Definition at line 1427 of file ASTReader.h.


Constructor & Destructor Documentation

clang::ASTReader::ListenerScope::ListenerScope ( ASTReader Reader,
std::unique_ptr< ASTReaderListener L 
) [inline]

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