clang  3.7.0
Public Attributes | List of all members
clang::ExternalVTableUse Struct Reference

A simple structure that captures a vtable use for the purposes of the ExternalSemaSource. More...

#include <ExternalSemaSource.h>

Collaboration diagram for clang::ExternalVTableUse:
[legend]

Public Attributes

CXXRecordDeclRecord
 
SourceLocation Location
 
bool DefinitionRequired
 

Detailed Description

A simple structure that captures a vtable use for the purposes of the ExternalSemaSource.

Definition at line 44 of file ExternalSemaSource.h.

Member Data Documentation

bool clang::ExternalVTableUse::DefinitionRequired

Definition at line 47 of file ExternalSemaSource.h.

Referenced by clang::ASTReader::ReadUsedVTables().

SourceLocation clang::ExternalVTableUse::Location

Definition at line 46 of file ExternalSemaSource.h.

Referenced by clang::ASTReader::ReadUsedVTables().

CXXRecordDecl* clang::ExternalVTableUse::Record

Definition at line 45 of file ExternalSemaSource.h.

Referenced by clang::ASTReader::ReadUsedVTables().


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