clang API Documentation
Helper class that saves the current stream position and then restores it when destroyed. More...
#include <ASTReader.h>
Public Member Functions | |
SavedStreamPosition (llvm::BitstreamCursor &Cursor) | |
~SavedStreamPosition () |
Helper class that saves the current stream position and then restores it when destroyed.
Definition at line 2158 of file ASTReader.h.
clang::SavedStreamPosition::SavedStreamPosition | ( | llvm::BitstreamCursor & | Cursor | ) | [inline, explicit] |
Definition at line 2159 of file ASTReader.h.
clang::SavedStreamPosition::~SavedStreamPosition | ( | ) | [inline] |
Definition at line 2162 of file ASTReader.h.