clang API Documentation

Public Attributes
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:
Collaboration graph
[legend]

List of all members.

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 43 of file ExternalSemaSource.h.


Member Data Documentation

Definition at line 46 of file ExternalSemaSource.h.

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

Definition at line 45 of file ExternalSemaSource.h.

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

Definition at line 44 of file ExternalSemaSource.h.

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


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