clang  20.0.0git
Classes | Public Member Functions | Static Public Member Functions | List of all members
clang::ASTDeclReader Class Reference
Inheritance diagram for clang::ASTDeclReader:
Inheritance graph
[legend]

Public Member Functions

 ASTDeclReader (ASTReader &Reader, ASTRecordReader &Record, ASTReader::RecordLocation Loc, GlobalDeclID thisDeclID, SourceLocation ThisDeclLoc)
 
void ReadFunctionDefinition (FunctionDecl *FD)
 
void Visit (Decl *D)
 
void UpdateDecl (Decl *D, SmallVectorImpl< GlobalDeclID > &)
 
void VisitDecl (Decl *D)
 
void VisitPragmaCommentDecl (PragmaCommentDecl *D)
 
void VisitPragmaDetectMismatchDecl (PragmaDetectMismatchDecl *D)
 
void VisitTranslationUnitDecl (TranslationUnitDecl *TU)
 
void VisitNamedDecl (NamedDecl *ND)
 
void VisitLabelDecl (LabelDecl *LD)
 
void VisitNamespaceDecl (NamespaceDecl *D)
 
void VisitHLSLBufferDecl (HLSLBufferDecl *D)
 
void VisitUsingDirectiveDecl (UsingDirectiveDecl *D)
 
void VisitNamespaceAliasDecl (NamespaceAliasDecl *D)
 
void VisitTypeDecl (TypeDecl *TD)
 
RedeclarableResult VisitTypedefNameDecl (TypedefNameDecl *TD)
 
void VisitTypedefDecl (TypedefDecl *TD)
 
void VisitTypeAliasDecl (TypeAliasDecl *TD)
 
void VisitUnresolvedUsingTypenameDecl (UnresolvedUsingTypenameDecl *D)
 
void VisitUnresolvedUsingIfExistsDecl (UnresolvedUsingIfExistsDecl *D)
 
RedeclarableResult VisitTagDecl (TagDecl *TD)
 
void VisitEnumDecl (EnumDecl *ED)
 
RedeclarableResult VisitRecordDeclImpl (RecordDecl *RD)
 
void VisitRecordDecl (RecordDecl *RD)
 
RedeclarableResult VisitCXXRecordDeclImpl (CXXRecordDecl *D)
 
void VisitCXXRecordDecl (CXXRecordDecl *D)
 
RedeclarableResult VisitClassTemplateSpecializationDeclImpl (ClassTemplateSpecializationDecl *D)
 
void VisitClassTemplateSpecializationDecl (ClassTemplateSpecializationDecl *D)
 
void VisitClassTemplatePartialSpecializationDecl (ClassTemplatePartialSpecializationDecl *D)
 
RedeclarableResult VisitVarTemplateSpecializationDeclImpl (VarTemplateSpecializationDecl *D)
 TODO: Unify with ClassTemplateSpecializationDecl version? May require unifying ClassTemplate(Partial)SpecializationDecl and VarTemplate(Partial)SpecializationDecl with a new data structure Template(Partial)SpecializationDecl, and using Template(Partial)SpecializationDecl as input type. More...
 
void VisitVarTemplateSpecializationDecl (VarTemplateSpecializationDecl *D)
 
void VisitVarTemplatePartialSpecializationDecl (VarTemplatePartialSpecializationDecl *D)
 TODO: Unify with ClassTemplatePartialSpecializationDecl version? May require unifying ClassTemplate(Partial)SpecializationDecl and VarTemplate(Partial)SpecializationDecl with a new data structure Template(Partial)SpecializationDecl, and using Template(Partial)SpecializationDecl as input type. More...
 
void VisitTemplateTypeParmDecl (TemplateTypeParmDecl *D)
 
void VisitValueDecl (ValueDecl *VD)
 
void VisitEnumConstantDecl (EnumConstantDecl *ECD)
 
void VisitUnresolvedUsingValueDecl (UnresolvedUsingValueDecl *D)
 
void VisitDeclaratorDecl (DeclaratorDecl *DD)
 
void VisitFunctionDecl (FunctionDecl *FD)
 
void VisitCXXDeductionGuideDecl (CXXDeductionGuideDecl *GD)
 
void VisitCXXMethodDecl (CXXMethodDecl *D)
 
void VisitCXXConstructorDecl (CXXConstructorDecl *D)
 
void VisitCXXDestructorDecl (CXXDestructorDecl *D)
 
void VisitCXXConversionDecl (CXXConversionDecl *D)
 
void VisitFieldDecl (FieldDecl *FD)
 
void VisitMSPropertyDecl (MSPropertyDecl *FD)
 
void VisitMSGuidDecl (MSGuidDecl *D)
 
void VisitUnnamedGlobalConstantDecl (UnnamedGlobalConstantDecl *D)
 
void VisitTemplateParamObjectDecl (TemplateParamObjectDecl *D)
 
void VisitIndirectFieldDecl (IndirectFieldDecl *FD)
 
RedeclarableResult VisitVarDeclImpl (VarDecl *D)
 
void ReadVarDeclInit (VarDecl *VD)
 
void VisitVarDecl (VarDecl *VD)
 
void VisitImplicitParamDecl (ImplicitParamDecl *PD)
 
void VisitParmVarDecl (ParmVarDecl *PD)
 
void VisitDecompositionDecl (DecompositionDecl *DD)
 
void VisitBindingDecl (BindingDecl *BD)
 
void VisitNonTypeTemplateParmDecl (NonTypeTemplateParmDecl *D)
 
void VisitTemplateDecl (TemplateDecl *D)
 
void VisitConceptDecl (ConceptDecl *D)
 
void VisitImplicitConceptSpecializationDecl (ImplicitConceptSpecializationDecl *D)
 
void VisitRequiresExprBodyDecl (RequiresExprBodyDecl *D)
 
RedeclarableResult VisitRedeclarableTemplateDecl (RedeclarableTemplateDecl *D)
 
void VisitClassTemplateDecl (ClassTemplateDecl *D)
 
void VisitBuiltinTemplateDecl (BuiltinTemplateDecl *D)
 
void VisitVarTemplateDecl (VarTemplateDecl *D)
 TODO: Unify with ClassTemplateDecl version? May require unifying ClassTemplateDecl and VarTemplateDecl beyond TemplateDecl... More...
 
void VisitFunctionTemplateDecl (FunctionTemplateDecl *D)
 
void VisitTemplateTemplateParmDecl (TemplateTemplateParmDecl *D)
 
void VisitTypeAliasTemplateDecl (TypeAliasTemplateDecl *D)
 
void VisitUsingDecl (UsingDecl *D)
 
void VisitUsingEnumDecl (UsingEnumDecl *D)
 
void VisitUsingPackDecl (UsingPackDecl *D)
 
void VisitUsingShadowDecl (UsingShadowDecl *D)
 
void VisitConstructorUsingShadowDecl (ConstructorUsingShadowDecl *D)
 
void VisitLinkageSpecDecl (LinkageSpecDecl *D)
 
void VisitExportDecl (ExportDecl *D)
 
void VisitFileScopeAsmDecl (FileScopeAsmDecl *AD)
 
void VisitTopLevelStmtDecl (TopLevelStmtDecl *D)
 
void VisitImportDecl (ImportDecl *D)
 
void VisitAccessSpecDecl (AccessSpecDecl *D)
 
void VisitFriendDecl (FriendDecl *D)
 
void VisitFriendTemplateDecl (FriendTemplateDecl *D)
 
void VisitStaticAssertDecl (StaticAssertDecl *D)
 
void VisitBlockDecl (BlockDecl *BD)
 
void VisitCapturedDecl (CapturedDecl *CD)
 
void VisitEmptyDecl (EmptyDecl *D)
 
void VisitLifetimeExtendedTemporaryDecl (LifetimeExtendedTemporaryDecl *D)
 
std::pair< uint64_t, uint64_t > VisitDeclContext (DeclContext *DC)
 
template<typename T >
RedeclarableResult VisitRedeclarable (Redeclarable< T > *D)
 
template<typename T >
void mergeRedeclarable (Redeclarable< T > *D, RedeclarableResult &Redecl)
 Attempts to merge the given declaration (D) with another declaration of the same entity. More...
 
void mergeRedeclarableTemplate (RedeclarableTemplateDecl *D, RedeclarableResult &Redecl)
 
template<typename T >
void mergeMergeable (Mergeable< T > *D)
 Attempts to merge the given declaration (D) with another declaration of the same entity, for the case where the entity is not actually redeclarable. More...
 
void mergeMergeable (LifetimeExtendedTemporaryDecl *D)
 Attempts to merge LifetimeExtendedTemporaryDecl with identical class definitions from two different modules. More...
 
ObjCTypeParamListReadObjCTypeParamList ()
 
void VisitObjCMethodDecl (ObjCMethodDecl *D)
 
void VisitObjCTypeParamDecl (ObjCTypeParamDecl *D)
 
void VisitObjCContainerDecl (ObjCContainerDecl *D)
 
void VisitObjCInterfaceDecl (ObjCInterfaceDecl *D)
 
void VisitObjCIvarDecl (ObjCIvarDecl *D)
 
void VisitObjCProtocolDecl (ObjCProtocolDecl *D)
 
void VisitObjCAtDefsFieldDecl (ObjCAtDefsFieldDecl *D)
 
void VisitObjCCategoryDecl (ObjCCategoryDecl *D)
 
void VisitObjCImplDecl (ObjCImplDecl *D)
 
void VisitObjCCategoryImplDecl (ObjCCategoryImplDecl *D)
 
void VisitObjCImplementationDecl (ObjCImplementationDecl *D)
 
void VisitObjCCompatibleAliasDecl (ObjCCompatibleAliasDecl *D)
 
void VisitObjCPropertyDecl (ObjCPropertyDecl *D)
 
void VisitObjCPropertyImplDecl (ObjCPropertyImplDecl *D)
 
void VisitOMPThreadPrivateDecl (OMPThreadPrivateDecl *D)
 
void VisitOMPAllocateDecl (OMPAllocateDecl *D)
 
void VisitOMPDeclareReductionDecl (OMPDeclareReductionDecl *D)
 
void VisitOMPDeclareMapperDecl (OMPDeclareMapperDecl *D)
 
void VisitOMPRequiresDecl (OMPRequiresDecl *D)
 
void VisitOMPCapturedExprDecl (OMPCapturedExprDecl *D)
 
template<>
void attachPreviousDeclImpl (ASTReader &Reader, Redeclarable< VarDecl > *D, Decl *Previous, Decl *Canon)
 
template<>
void attachPreviousDeclImpl (ASTReader &Reader, Redeclarable< FunctionDecl > *D, Decl *Previous, Decl *Canon)
 
- Public Member Functions inherited from clang::declvisitor::Base< Ptr, ImplClass, RetTy >
RetTy Visit (PTR(Decl) D)
 
RetTy VisitDecl (PTR(Decl) D)
 

Static Public Member Functions

template<typename T >
static void AddLazySpecializations (T *D, SmallVectorImpl< GlobalDeclID > &IDs)
 
template<typename DeclT >
static DeclgetMostRecentDeclImpl (Redeclarable< DeclT > *D)
 
static DeclgetMostRecentDeclImpl (...)
 
static DeclgetMostRecentDecl (Decl *D)
 
template<typename DeclT >
static void attachPreviousDeclImpl (ASTReader &Reader, Redeclarable< DeclT > *D, Decl *Previous, Decl *Canon)
 
static void attachPreviousDeclImpl (ASTReader &Reader,...)
 
static void attachPreviousDecl (ASTReader &Reader, Decl *D, Decl *Previous, Decl *Canon)
 
template<typename DeclT >
static void attachLatestDeclImpl (Redeclarable< DeclT > *D, Decl *Latest)
 
static void attachLatestDeclImpl (...)
 
static void attachLatestDecl (Decl *D, Decl *latest)
 
template<typename DeclT >
static void markIncompleteDeclChainImpl (Redeclarable< DeclT > *D)
 
static void markIncompleteDeclChainImpl (...)
 
static void setNextObjCCategory (ObjCCategoryDecl *Cat, ObjCCategoryDecl *Next)
 

Detailed Description

Definition at line 147 of file ASTReaderDecl.cpp.

Constructor & Destructor Documentation

◆ ASTDeclReader()

clang::ASTDeclReader::ASTDeclReader ( ASTReader Reader,
ASTRecordReader Record,
ASTReader::RecordLocation  Loc,
GlobalDeclID  thisDeclID,
SourceLocation  ThisDeclLoc 
)
inline

Definition at line 281 of file ASTReaderDecl.cpp.

Member Function Documentation

◆ AddLazySpecializations()

template<typename T >
static void clang::ASTDeclReader::AddLazySpecializations ( T D,
SmallVectorImpl< GlobalDeclID > &  IDs 
)
inlinestatic

◆ attachLatestDecl()

void ASTDeclReader::attachLatestDecl ( Decl D,
Decl latest 
)
static

Definition at line 3784 of file ASTReaderDecl.cpp.

References D, and clang::Decl::getKind().

◆ attachLatestDeclImpl() [1/2]

void ASTDeclReader::attachLatestDeclImpl (   ...)
static

Definition at line 3780 of file ASTReaderDecl.cpp.

◆ attachLatestDeclImpl() [2/2]

template<typename DeclT >
void ASTDeclReader::attachLatestDeclImpl ( Redeclarable< DeclT > *  D,
Decl Latest 
)
static

Definition at line 3776 of file ASTReaderDecl.cpp.

References D.

◆ attachPreviousDecl()

void ASTDeclReader::attachPreviousDecl ( ASTReader Reader,
Decl D,
Decl Previous,
Decl Canon 
)
static

◆ attachPreviousDeclImpl() [1/4]

template<typename DeclT >
void ASTDeclReader::attachPreviousDeclImpl ( ASTReader Reader,
Redeclarable< DeclT > *  D,
Decl Previous,
Decl Canon 
)
static

Definition at line 3560 of file ASTReaderDecl.cpp.

References D, and Previous.

◆ attachPreviousDeclImpl() [2/4]

template<>
void clang::ASTDeclReader::attachPreviousDeclImpl ( ASTReader Reader,
Redeclarable< FunctionDecl > *  D,
Decl Previous,
Decl Canon 
)

◆ attachPreviousDeclImpl() [3/4]

template<>
void clang::ASTDeclReader::attachPreviousDeclImpl ( ASTReader Reader,
Redeclarable< VarDecl > *  D,
Decl Previous,
Decl Canon 
)

◆ attachPreviousDeclImpl() [4/4]

void ASTDeclReader::attachPreviousDeclImpl ( ASTReader Reader,
  ... 
)
static

Definition at line 3653 of file ASTReaderDecl.cpp.

◆ getMostRecentDecl()

Decl * ASTDeclReader::getMostRecentDecl ( Decl D)
static

Definition at line 3521 of file ASTReaderDecl.cpp.

References D, and clang::Decl::getKind().

◆ getMostRecentDeclImpl() [1/2]

Decl * ASTDeclReader::getMostRecentDeclImpl (   ...)
static

Definition at line 3517 of file ASTReaderDecl.cpp.

◆ getMostRecentDeclImpl() [2/2]

template<typename DeclT >
Decl * ASTDeclReader::getMostRecentDeclImpl ( Redeclarable< DeclT > *  D)
static

Definition at line 3513 of file ASTReaderDecl.cpp.

References D.

◆ markIncompleteDeclChainImpl() [1/2]

void ASTDeclReader::markIncompleteDeclChainImpl (   ...)
static

Definition at line 3802 of file ASTReaderDecl.cpp.

◆ markIncompleteDeclChainImpl() [2/2]

template<typename DeclT >
void ASTDeclReader::markIncompleteDeclChainImpl ( Redeclarable< DeclT > *  D)
static

Definition at line 3798 of file ASTReaderDecl.cpp.

References D.

◆ mergeMergeable() [1/2]

void ASTDeclReader::mergeMergeable ( LifetimeExtendedTemporaryDecl D)

Attempts to merge LifetimeExtendedTemporaryDecl with identical class definitions from two different modules.

Definition at line 2988 of file ASTReaderDecl.cpp.

References D, clang::LifetimeExtendedTemporaryDecl::getExtendingDecl(), and clang::LifetimeExtendedTemporaryDecl::getManglingNumber().

◆ mergeMergeable() [2/2]

template<typename T >
void ASTDeclReader::mergeMergeable ( Mergeable< T > *  D)

Attempts to merge the given declaration (D) with another declaration of the same entity, for the case where the entity is not actually redeclarable.

This happens, for instance, when merging the fields of identical class definitions from two different modules.

Definition at line 3010 of file ASTReaderDecl.cpp.

References allowODRLikeMergeInC(), D, and clang::T.

◆ mergeRedeclarable()

template<typename T >
void ASTDeclReader::mergeRedeclarable ( Redeclarable< T > *  D,
RedeclarableResult &  Redecl 
)

Attempts to merge the given declaration (D) with another declaration of the same entity.

Definition at line 2832 of file ASTReaderDecl.cpp.

References D, clang::Redeclarable< decl_type >::isFirstDecl(), and clang::T.

◆ mergeRedeclarableTemplate()

void ASTDeclReader::mergeRedeclarableTemplate ( RedeclarableTemplateDecl D,
RedeclarableResult &  Redecl 
)

Definition at line 2882 of file ASTReaderDecl.cpp.

References D, and clang::Decl::getCanonicalDecl().

◆ ReadFunctionDefinition()

void ASTDeclReader::ReadFunctionDefinition ( FunctionDecl FD)

Definition at line 531 of file ASTReaderDecl.cpp.

References Loc, and clang::serialization::MK_MainFile.

◆ ReadObjCTypeParamList()

ObjCTypeParamList * ASTDeclReader::ReadObjCTypeParamList ( )

Definition at line 1218 of file ASTReaderDecl.cpp.

References clang::ObjCTypeParamList::create().

◆ ReadVarDeclInit()

void ASTDeclReader::ReadVarDeclInit ( VarDecl VD)

◆ setNextObjCCategory()

static void clang::ASTDeclReader::setNextObjCCategory ( ObjCCategoryDecl Cat,
ObjCCategoryDecl Next 
)
inlinestatic

Definition at line 337 of file ASTReaderDecl.cpp.

◆ UpdateDecl()

void ASTDeclReader::UpdateDecl ( Decl D,
llvm::SmallVectorImpl< GlobalDeclID > &  PendingLazySpecializationIDs 
)

Definition at line 4531 of file ASTReaderDecl.cpp.

References clang::Decl::addAttr(), clang::TemplateArgumentList::CreateCopy(), D, clang::First, forAllLaterRedecls(), clang::Decl::getCanonicalDecl(), clang::CXXRecordDecl::getCanonicalDecl(), clang::ASTReader::getContext(), clang::ASTContext::getFunctionType(), clang::CXXRecordDecl::getMemberSpecializationInfo(), clang::Decl::hasAttrs(), clang::isUnresolvedExceptionSpec(), clang::Decl::markUsed(), clang::RecordDecl::setArgPassingRestrictions(), clang::TagDecl::setBraceRange(), clang::FunctionDecl::setImplicitlyInline(), clang::Decl::setLocation(), clang::TypeDecl::setLocStart(), clang::ASTContext::setManglingNumber(), clang::RecordDecl::setParamDestroyedInCallee(), clang::MemberSpecializationInfo::setPointOfInstantiation(), clang::ASTContext::setStaticLocalNumber(), clang::TagDecl::setTagKind(), clang::serialization::UPD_CXX_ADDED_ANONYMOUS_NAMESPACE, clang::serialization::UPD_CXX_ADDED_FUNCTION_DEFINITION, clang::serialization::UPD_CXX_ADDED_IMPLICIT_MEMBER, clang::serialization::UPD_CXX_ADDED_TEMPLATE_SPECIALIZATION, clang::serialization::UPD_CXX_ADDED_VAR_DEFINITION, clang::serialization::UPD_CXX_DEDUCED_RETURN_TYPE, clang::serialization::UPD_CXX_INSTANTIATED_CLASS_DEFINITION, clang::serialization::UPD_CXX_INSTANTIATED_DEFAULT_ARGUMENT, clang::serialization::UPD_CXX_INSTANTIATED_DEFAULT_MEMBER_INITIALIZER, clang::serialization::UPD_CXX_POINT_OF_INSTANTIATION, clang::serialization::UPD_CXX_RESOLVED_DTOR_DELETE, clang::serialization::UPD_CXX_RESOLVED_EXCEPTION_SPEC, clang::serialization::UPD_DECL_MARKED_OPENMP_ALLOCATE, clang::serialization::UPD_DECL_MARKED_OPENMP_THREADPRIVATE, clang::serialization::UPD_DECL_MARKED_USED, clang::serialization::UPD_MANGLING_NUMBER, and clang::serialization::UPD_STATIC_LOCAL_NUMBER.

◆ Visit()

void ASTDeclReader::Visit ( Decl D)

◆ VisitAccessSpecDecl()

void ASTDeclReader::VisitAccessSpecDecl ( AccessSpecDecl D)

Definition at line 2347 of file ASTReaderDecl.cpp.

References D.

◆ VisitBindingDecl()

void ASTDeclReader::VisitBindingDecl ( BindingDecl BD)

Definition at line 1750 of file ASTReaderDecl.cpp.

◆ VisitBlockDecl()

void ASTDeclReader::VisitBlockDecl ( BlockDecl BD)

◆ VisitBuiltinTemplateDecl()

void ASTDeclReader::VisitBuiltinTemplateDecl ( BuiltinTemplateDecl D)

Definition at line 2461 of file ASTReaderDecl.cpp.

◆ VisitCapturedDecl()

void ASTDeclReader::VisitCapturedDecl ( CapturedDecl CD)

◆ VisitClassTemplateDecl()

void ASTDeclReader::VisitClassTemplateDecl ( ClassTemplateDecl D)

Definition at line 2440 of file ASTReaderDecl.cpp.

References AddLazySpecializations(), and D.

◆ VisitClassTemplatePartialSpecializationDecl()

void ASTDeclReader::VisitClassTemplatePartialSpecializationDecl ( ClassTemplatePartialSpecializationDecl D)

Definition at line 2554 of file ASTReaderDecl.cpp.

References D.

◆ VisitClassTemplateSpecializationDecl()

void clang::ASTDeclReader::VisitClassTemplateSpecializationDecl ( ClassTemplateSpecializationDecl D)
inline

Definition at line 368 of file ASTReaderDecl.cpp.

References D.

◆ VisitClassTemplateSpecializationDeclImpl()

RedeclarableResult ASTDeclReader::VisitClassTemplateSpecializationDeclImpl ( ClassTemplateSpecializationDecl D)

◆ VisitConceptDecl()

void ASTDeclReader::VisitConceptDecl ( ConceptDecl D)

Definition at line 2389 of file ASTReaderDecl.cpp.

References D.

◆ VisitConstructorUsingShadowDecl()

void ASTDeclReader::VisitConstructorUsingShadowDecl ( ConstructorUsingShadowDecl D)

Definition at line 1922 of file ASTReaderDecl.cpp.

References D.

◆ VisitCXXConstructorDecl()

void ASTDeclReader::VisitCXXConstructorDecl ( CXXConstructorDecl D)

Definition at line 2304 of file ASTReaderDecl.cpp.

References D.

◆ VisitCXXConversionDecl()

void ASTDeclReader::VisitCXXConversionDecl ( CXXConversionDecl D)

Definition at line 2332 of file ASTReaderDecl.cpp.

References D.

◆ VisitCXXDeductionGuideDecl()

void ASTDeclReader::VisitCXXDeductionGuideDecl ( CXXDeductionGuideDecl GD)

Definition at line 2278 of file ASTReaderDecl.cpp.

References D.

◆ VisitCXXDestructorDecl()

void ASTDeclReader::VisitCXXDestructorDecl ( CXXDestructorDecl D)

Definition at line 2318 of file ASTReaderDecl.cpp.

References D, and clang::Decl::getCanonicalDecl().

◆ VisitCXXMethodDecl()

void ASTDeclReader::VisitCXXMethodDecl ( CXXMethodDecl D)

◆ VisitCXXRecordDecl()

void clang::ASTDeclReader::VisitCXXRecordDecl ( CXXRecordDecl D)
inline

Definition at line 363 of file ASTReaderDecl.cpp.

References D.

◆ VisitCXXRecordDeclImpl()

RedeclarableResult ASTDeclReader::VisitCXXRecordDeclImpl ( CXXRecordDecl D)

◆ VisitDecl()

void ASTDeclReader::VisitDecl ( Decl D)

◆ VisitDeclaratorDecl()

void ASTDeclReader::VisitDeclaratorDecl ( DeclaratorDecl DD)

◆ VisitDeclContext()

std::pair< uint64_t, uint64_t > ASTDeclReader::VisitDeclContext ( DeclContext DC)

Definition at line 2764 of file ASTReaderDecl.cpp.

◆ VisitDecompositionDecl()

void ASTDeclReader::VisitDecompositionDecl ( DecompositionDecl DD)

Definition at line 1741 of file ASTReaderDecl.cpp.

◆ VisitEmptyDecl()

void ASTDeclReader::VisitEmptyDecl ( EmptyDecl D)

Definition at line 2746 of file ASTReaderDecl.cpp.

References D.

◆ VisitEnumConstantDecl()

void ASTDeclReader::VisitEnumConstantDecl ( EnumConstantDecl ECD)

◆ VisitEnumDecl()

void ASTDeclReader::VisitEnumDecl ( EnumDecl ED)

◆ VisitExportDecl()

void ASTDeclReader::VisitExportDecl ( ExportDecl D)

Definition at line 1819 of file ASTReaderDecl.cpp.

References D.

◆ VisitFieldDecl()

void ASTDeclReader::VisitFieldDecl ( FieldDecl FD)

◆ VisitFileScopeAsmDecl()

void ASTDeclReader::VisitFileScopeAsmDecl ( FileScopeAsmDecl AD)

◆ VisitFriendDecl()

void ASTDeclReader::VisitFriendDecl ( FriendDecl D)

Definition at line 2352 of file ASTReaderDecl.cpp.

References D.

◆ VisitFriendTemplateDecl()

void ASTDeclReader::VisitFriendTemplateDecl ( FriendTemplateDecl D)

Definition at line 2367 of file ASTReaderDecl.cpp.

References D.

◆ VisitFunctionDecl()

void ASTDeclReader::VisitFunctionDecl ( FunctionDecl FD)

Definition at line 930 of file ASTReaderDecl.cpp.

References clang::UnresolvedSetImpl::addDecl(), clang::Type::castAs(), clang::FunctionTemplateSpecializationInfo::Create(), clang::FunctionDecl::DefaultedOrDeletedFunctionInfo::Create(), clang::TemplateArgumentList::CreateCopy(), clang::Type::getContainedAutoType(), clang::NamedDecl::getDeclName(), clang::FunctionDecl::getDescribedFunctionTemplate(), clang::FunctionTemplateSpecializationInfo::getFunction(), clang::FunctionDecl::getMemberSpecializationInfo(), clang::BitsUnpacker::getNextBit(), clang::BitsUnpacker::getNextBits(), clang::FunctionType::getReturnType(), clang::FunctionDecl::getTemplatedKind(), clang::FunctionDecl::getTemplateSpecializationInfo(), clang::TypeSourceInfo::getType(), clang::DeclaratorDecl::getTypeSourceInfo(), ID, clang::Decl::isCanonicalDecl(), clang::FunctionDecl::isDefaulted(), clang::FunctionDecl::isDeletedAsWritten(), clang::FunctionDecl::isExplicitlyDefaulted(), Kind, clang::DeclAccessPair::make(), clang::FunctionTemplateSpecializationInfo::Profile(), clang::Decl::setCachedLinkage(), clang::FunctionDecl::setConstexprKind(), clang::FunctionDecl::setDefaulted(), clang::FunctionDecl::setDefaultedOrDeletedInfo(), clang::FunctionDecl::setDefaultLoc(), clang::FunctionDecl::setDeletedAsWritten(), clang::FunctionDecl::setDependentTemplateSpecialization(), clang::FunctionDecl::setDescribedFunctionTemplate(), clang::FunctionDecl::setExplicitlyDefaulted(), clang::FunctionDecl::setFriendConstraintRefersToEnclosingTemplate(), clang::FunctionDecl::setHasImplicitReturnZero(), clang::FunctionDecl::setHasInheritedPrototype(), clang::FunctionDecl::setHasSkippedBody(), clang::FunctionDecl::setHasWrittenPrototype(), clang::FunctionDecl::setImplicitlyInline(), clang::FunctionDecl::setIneligibleOrNotSelected(), clang::FunctionDecl::setInlineSpecified(), clang::FunctionDecl::setInstantiatedFromDecl(), clang::FunctionDecl::setIsMultiVersion(), clang::FunctionDecl::setIsPureVirtual(), clang::FunctionDecl::setLateTemplateParsed(), clang::MemberSpecializationInfo::setPointOfInstantiation(), clang::FunctionDecl::setStorageClass(), clang::FunctionDecl::setTrivial(), clang::FunctionDecl::setTrivialForCall(), clang::ValueDecl::setType(), clang::FunctionDecl::setUsesSEHTry(), clang::FunctionDecl::setVirtualAsWritten(), clang::FunctionTemplateDecl::Common::Specializations, clang::FunctionDecl::TK_DependentFunctionTemplateSpecialization, clang::FunctionDecl::TK_DependentNonTemplate, clang::FunctionDecl::TK_FunctionTemplate, clang::FunctionDecl::TK_FunctionTemplateSpecialization, clang::FunctionDecl::TK_MemberSpecialization, and clang::FunctionDecl::TK_NonTemplate.

◆ VisitFunctionTemplateDecl()

void ASTDeclReader::VisitFunctionTemplateDecl ( FunctionTemplateDecl D)

Definition at line 2571 of file ASTReaderDecl.cpp.

References AddLazySpecializations(), and D.

◆ VisitHLSLBufferDecl()

void ASTDeclReader::VisitHLSLBufferDecl ( HLSLBufferDecl D)

Definition at line 1859 of file ASTReaderDecl.cpp.

References D.

◆ VisitImplicitConceptSpecializationDecl()

void ASTDeclReader::VisitImplicitConceptSpecializationDecl ( ImplicitConceptSpecializationDecl D)

Definition at line 2395 of file ASTReaderDecl.cpp.

References D.

◆ VisitImplicitParamDecl()

void ASTDeclReader::VisitImplicitParamDecl ( ImplicitParamDecl PD)

Definition at line 1709 of file ASTReaderDecl.cpp.

◆ VisitImportDecl()

void ASTDeclReader::VisitImportDecl ( ImportDecl D)

Definition at line 2337 of file ASTReaderDecl.cpp.

References D.

◆ VisitIndirectFieldDecl()

void ASTDeclReader::VisitIndirectFieldDecl ( IndirectFieldDecl FD)

Definition at line 1587 of file ASTReaderDecl.cpp.

References clang::for().

◆ VisitLabelDecl()

void ASTDeclReader::VisitLabelDecl ( LabelDecl LD)

Definition at line 1824 of file ASTReaderDecl.cpp.

References D.

◆ VisitLifetimeExtendedTemporaryDecl()

void ASTDeclReader::VisitLifetimeExtendedTemporaryDecl ( LifetimeExtendedTemporaryDecl D)

◆ VisitLinkageSpecDecl()

void ASTDeclReader::VisitLinkageSpecDecl ( LinkageSpecDecl D)

Definition at line 1812 of file ASTReaderDecl.cpp.

References D.

◆ VisitMSGuidDecl()

void ASTDeclReader::VisitMSGuidDecl ( MSGuidDecl D)

Definition at line 1552 of file ASTReaderDecl.cpp.

References AttributeLangSupport::C, D, and clang::Decl::getCanonicalDecl().

◆ VisitMSPropertyDecl()

void ASTDeclReader::VisitMSPropertyDecl ( MSPropertyDecl FD)

Definition at line 1546 of file ASTReaderDecl.cpp.

◆ VisitNamedDecl()

void ASTDeclReader::VisitNamedDecl ( NamedDecl ND)

Definition at line 709 of file ASTReaderDecl.cpp.

References clang::NamedDecl::setDeclName().

◆ VisitNamespaceAliasDecl()

void ASTDeclReader::VisitNamespaceAliasDecl ( NamespaceAliasDecl D)

Definition at line 1868 of file ASTReaderDecl.cpp.

References D.

◆ VisitNamespaceDecl()

void ASTDeclReader::VisitNamespaceDecl ( NamespaceDecl D)

◆ VisitNonTypeTemplateParmDecl()

void ASTDeclReader::VisitNonTypeTemplateParmDecl ( NonTypeTemplateParmDecl D)

Definition at line 2690 of file ASTReaderDecl.cpp.

References D.

◆ VisitObjCAtDefsFieldDecl()

void ASTDeclReader::VisitObjCAtDefsFieldDecl ( ObjCAtDefsFieldDecl D)

Definition at line 1428 of file ASTReaderDecl.cpp.

◆ VisitObjCCategoryDecl()

void ASTDeclReader::VisitObjCCategoryDecl ( ObjCCategoryDecl D)

◆ VisitObjCCategoryImplDecl()

void ASTDeclReader::VisitObjCCategoryImplDecl ( ObjCCategoryImplDecl D)

Definition at line 1497 of file ASTReaderDecl.cpp.

References D.

◆ VisitObjCCompatibleAliasDecl()

void ASTDeclReader::VisitObjCCompatibleAliasDecl ( ObjCCompatibleAliasDecl D)

◆ VisitObjCContainerDecl()

void ASTDeclReader::VisitObjCContainerDecl ( ObjCContainerDecl D)

◆ VisitObjCImplDecl()

void ASTDeclReader::VisitObjCImplDecl ( ObjCImplDecl D)

Definition at line 1492 of file ASTReaderDecl.cpp.

References D.

◆ VisitObjCImplementationDecl()

void ASTDeclReader::VisitObjCImplementationDecl ( ObjCImplementationDecl D)

Definition at line 1502 of file ASTReaderDecl.cpp.

References D.

◆ VisitObjCInterfaceDecl()

void ASTDeclReader::VisitObjCInterfaceDecl ( ObjCInterfaceDecl D)

Definition at line 1288 of file ASTReaderDecl.cpp.

References ID.

◆ VisitObjCIvarDecl()

void ASTDeclReader::VisitObjCIvarDecl ( ObjCIvarDecl D)

◆ VisitObjCMethodDecl()

void ASTDeclReader::VisitObjCMethodDecl ( ObjCMethodDecl D)

◆ VisitObjCPropertyDecl()

void ASTDeclReader::VisitObjCPropertyDecl ( ObjCPropertyDecl D)

Definition at line 1469 of file ASTReaderDecl.cpp.

References D, clang::DeclarationName::getObjCSelector(), and clang::T.

◆ VisitObjCPropertyImplDecl()

void ASTDeclReader::VisitObjCPropertyImplDecl ( ObjCPropertyImplDecl D)

Definition at line 1515 of file ASTReaderDecl.cpp.

References D.

◆ VisitObjCProtocolDecl()

void ASTDeclReader::VisitObjCProtocolDecl ( ObjCProtocolDecl D)

Definition at line 1399 of file ASTReaderDecl.cpp.

References clang::ObjCProtocolDecl::getCanonicalDecl().

◆ VisitObjCTypeParamDecl()

void ASTDeclReader::VisitObjCTypeParamDecl ( ObjCTypeParamDecl D)

Definition at line 1203 of file ASTReaderDecl.cpp.

References D.

◆ VisitOMPAllocateDecl()

void ASTDeclReader::VisitOMPAllocateDecl ( OMPAllocateDecl D)

Definition at line 3034 of file ASTReaderDecl.cpp.

References D.

◆ VisitOMPCapturedExprDecl()

void ASTDeclReader::VisitOMPCapturedExprDecl ( OMPCapturedExprDecl D)

Definition at line 3068 of file ASTReaderDecl.cpp.

References D.

◆ VisitOMPDeclareMapperDecl()

void ASTDeclReader::VisitOMPDeclareMapperDecl ( OMPDeclareMapperDecl D)

Definition at line 3061 of file ASTReaderDecl.cpp.

References D.

◆ VisitOMPDeclareReductionDecl()

void ASTDeclReader::VisitOMPDeclareReductionDecl ( OMPDeclareReductionDecl D)

Definition at line 3044 of file ASTReaderDecl.cpp.

References D, and clang::Decl::setLocation().

◆ VisitOMPRequiresDecl()

void ASTDeclReader::VisitOMPRequiresDecl ( OMPRequiresDecl D)

Definition at line 3039 of file ASTReaderDecl.cpp.

References D.

◆ VisitOMPThreadPrivateDecl()

void ASTDeclReader::VisitOMPThreadPrivateDecl ( OMPThreadPrivateDecl D)

Definition at line 3029 of file ASTReaderDecl.cpp.

References D.

◆ VisitParmVarDecl()

void ASTDeclReader::VisitParmVarDecl ( ParmVarDecl PD)

◆ VisitPragmaCommentDecl()

void ASTDeclReader::VisitPragmaCommentDecl ( PragmaCommentDecl D)

Definition at line 682 of file ASTReaderDecl.cpp.

References D, memcpy(), and clang::Decl::setLocation().

◆ VisitPragmaDetectMismatchDecl()

void ASTDeclReader::VisitPragmaDetectMismatchDecl ( PragmaDetectMismatchDecl D)

Definition at line 691 of file ASTReaderDecl.cpp.

References D, and clang::Decl::setLocation().

◆ VisitRecordDecl()

void ASTDeclReader::VisitRecordDecl ( RecordDecl RD)

◆ VisitRecordDeclImpl()

RedeclarableResult ASTDeclReader::VisitRecordDeclImpl ( RecordDecl RD)

◆ VisitRedeclarable()

template<typename T >
RedeclarableResult ASTDeclReader::VisitRedeclarable ( Redeclarable< T > *  D)

◆ VisitRedeclarableTemplateDecl()

RedeclarableResult ASTDeclReader::VisitRedeclarableTemplateDecl ( RedeclarableTemplateDecl D)

◆ VisitRequiresExprBodyDecl()

void ASTDeclReader::VisitRequiresExprBodyDecl ( RequiresExprBodyDecl D)

Definition at line 2406 of file ASTReaderDecl.cpp.

◆ VisitStaticAssertDecl()

void ASTDeclReader::VisitStaticAssertDecl ( StaticAssertDecl D)

Definition at line 2738 of file ASTReaderDecl.cpp.

References D.

◆ VisitTagDecl()

RedeclarableResult ASTDeclReader::VisitTagDecl ( TagDecl TD)

◆ VisitTemplateDecl()

void ASTDeclReader::VisitTemplateDecl ( TemplateDecl D)

Definition at line 2381 of file ASTReaderDecl.cpp.

References D.

◆ VisitTemplateParamObjectDecl()

void ASTDeclReader::VisitTemplateParamObjectDecl ( TemplateParamObjectDecl D)

Definition at line 1576 of file ASTReaderDecl.cpp.

References D, and clang::Decl::getCanonicalDecl().

◆ VisitTemplateTemplateParmDecl()

void ASTDeclReader::VisitTemplateTemplateParmDecl ( TemplateTemplateParmDecl D)

Definition at line 2713 of file ASTReaderDecl.cpp.

References D, and Data.

◆ VisitTemplateTypeParmDecl()

void ASTDeclReader::VisitTemplateTypeParmDecl ( TemplateTypeParmDecl D)

Definition at line 2669 of file ASTReaderDecl.cpp.

References D.

◆ VisitTopLevelStmtDecl()

void ASTDeclReader::VisitTopLevelStmtDecl ( TopLevelStmtDecl D)

Definition at line 1761 of file ASTReaderDecl.cpp.

References D.

◆ VisitTranslationUnitDecl()

void ASTDeclReader::VisitTranslationUnitDecl ( TranslationUnitDecl TU)

Definition at line 705 of file ASTReaderDecl.cpp.

◆ VisitTypeAliasDecl()

void ASTDeclReader::VisitTypeAliasDecl ( TypeAliasDecl TD)

◆ VisitTypeAliasTemplateDecl()

void ASTDeclReader::VisitTypeAliasTemplateDecl ( TypeAliasTemplateDecl D)

Definition at line 2733 of file ASTReaderDecl.cpp.

References D.

◆ VisitTypeDecl()

void ASTDeclReader::VisitTypeDecl ( TypeDecl TD)

Definition at line 715 of file ASTReaderDecl.cpp.

References clang::TypeDecl::setLocStart().

◆ VisitTypedefDecl()

void ASTDeclReader::VisitTypedefDecl ( TypedefDecl TD)

Definition at line 739 of file ASTReaderDecl.cpp.

◆ VisitTypedefNameDecl()

RedeclarableResult ASTDeclReader::VisitTypedefNameDecl ( TypedefNameDecl TD)

◆ VisitUnnamedGlobalConstantDecl()

void ASTDeclReader::VisitUnnamedGlobalConstantDecl ( UnnamedGlobalConstantDecl D)

Definition at line 1565 of file ASTReaderDecl.cpp.

References D, and clang::Decl::getCanonicalDecl().

◆ VisitUnresolvedUsingIfExistsDecl()

void ASTDeclReader::VisitUnresolvedUsingIfExistsDecl ( UnresolvedUsingIfExistsDecl D)

Definition at line 1957 of file ASTReaderDecl.cpp.

References D.

◆ VisitUnresolvedUsingTypenameDecl()

void ASTDeclReader::VisitUnresolvedUsingTypenameDecl ( UnresolvedUsingTypenameDecl D)

Definition at line 1948 of file ASTReaderDecl.cpp.

References D.

◆ VisitUnresolvedUsingValueDecl()

void ASTDeclReader::VisitUnresolvedUsingValueDecl ( UnresolvedUsingValueDecl D)

Definition at line 1939 of file ASTReaderDecl.cpp.

References D.

◆ VisitUsingDecl()

void ASTDeclReader::VisitUsingDecl ( UsingDecl D)

Definition at line 1878 of file ASTReaderDecl.cpp.

References D.

◆ VisitUsingDirectiveDecl()

void ASTDeclReader::VisitUsingDirectiveDecl ( UsingDirectiveDecl D)

Definition at line 1930 of file ASTReaderDecl.cpp.

References D.

◆ VisitUsingEnumDecl()

void ASTDeclReader::VisitUsingEnumDecl ( UsingEnumDecl D)

Definition at line 1890 of file ASTReaderDecl.cpp.

References D.

◆ VisitUsingPackDecl()

void ASTDeclReader::VisitUsingPackDecl ( UsingPackDecl D)

Definition at line 1901 of file ASTReaderDecl.cpp.

References D.

◆ VisitUsingShadowDecl()

void ASTDeclReader::VisitUsingShadowDecl ( UsingShadowDecl D)

Definition at line 1910 of file ASTReaderDecl.cpp.

References D.

◆ VisitValueDecl()

void ASTDeclReader::VisitValueDecl ( ValueDecl VD)

Definition at line 896 of file ASTReaderDecl.cpp.

References clang::ValueDecl::setType().

◆ VisitVarDecl()

void clang::ASTDeclReader::VisitVarDecl ( VarDecl VD)
inline

Definition at line 402 of file ASTReaderDecl.cpp.

◆ VisitVarDeclImpl()

RedeclarableResult ASTDeclReader::VisitVarDeclImpl ( VarDecl D)

◆ VisitVarTemplateDecl()

void ASTDeclReader::VisitVarTemplateDecl ( VarTemplateDecl D)

TODO: Unify with ClassTemplateDecl version? May require unifying ClassTemplateDecl and VarTemplateDecl beyond TemplateDecl...

Definition at line 2468 of file ASTReaderDecl.cpp.

References AddLazySpecializations(), and D.

◆ VisitVarTemplatePartialSpecializationDecl()

void ASTDeclReader::VisitVarTemplatePartialSpecializationDecl ( VarTemplatePartialSpecializationDecl D)

TODO: Unify with ClassTemplatePartialSpecializationDecl version? May require unifying ClassTemplate(Partial)SpecializationDecl and VarTemplate(Partial)SpecializationDecl with a new data structure Template(Partial)SpecializationDecl, and using Template(Partial)SpecializationDecl as input type.

Definition at line 2654 of file ASTReaderDecl.cpp.

References D.

◆ VisitVarTemplateSpecializationDecl()

void clang::ASTDeclReader::VisitVarTemplateSpecializationDecl ( VarTemplateSpecializationDecl D)
inline

Definition at line 377 of file ASTReaderDecl.cpp.

References D.

◆ VisitVarTemplateSpecializationDeclImpl()

RedeclarableResult ASTDeclReader::VisitVarTemplateSpecializationDeclImpl ( VarTemplateSpecializationDecl D)

TODO: Unify with ClassTemplateSpecializationDecl version? May require unifying ClassTemplate(Partial)SpecializationDecl and VarTemplate(Partial)SpecializationDecl with a new data structure Template(Partial)SpecializationDecl, and using Template(Partial)SpecializationDecl as input type.

Definition at line 2587 of file ASTReaderDecl.cpp.

References AttributeLangSupport::C, clang::TemplateArgumentList::CreateCopy(), D, clang::ExplicitInstantiationInfo::ExternKeywordLoc, and clang::Decl::isCanonicalDecl().


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