clang 19.0.0git
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 "clang/Sema/ExternalSemaSource.h"

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

Member Data Documentation

◆ DefinitionRequired

bool clang::ExternalVTableUse::DefinitionRequired

Definition at line 44 of file ExternalSemaSource.h.

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

◆ Location

SourceLocation clang::ExternalVTableUse::Location

Definition at line 43 of file ExternalSemaSource.h.

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

◆ Record

CXXRecordDecl* clang::ExternalVTableUse::Record

Definition at line 42 of file ExternalSemaSource.h.

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


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