clang 20.0.0git
|
A simple structure that captures a vtable use for the purposes of the ExternalSemaSource
.
More...
#include "clang/Sema/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 41 of file ExternalSemaSource.h.
bool clang::ExternalVTableUse::DefinitionRequired |
Definition at line 44 of file ExternalSemaSource.h.
Referenced by clang::ASTReader::ReadUsedVTables().
SourceLocation clang::ExternalVTableUse::Location |
Definition at line 43 of file ExternalSemaSource.h.
Referenced by clang::ASTReader::ReadUsedVTables().
CXXRecordDecl* clang::ExternalVTableUse::Record |
Definition at line 42 of file ExternalSemaSource.h.
Referenced by clang::ASTReader::ReadUsedVTables().