clang
3.9.0
|
A simple structure that captures a vtable use for the purposes of the ExternalSemaSource
.
More...
#include <ExternalSemaSource.h>
Public Attributes | |
CXXRecordDecl * | Record |
SourceLocation | Location |
bool | DefinitionRequired |
A simple structure that captures a vtable use for the purposes of the ExternalSemaSource
.
Definition at line 44 of file ExternalSemaSource.h.
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().