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

Public Member Functions

 ASTDeclReader (ASTReader &Reader, ModuleFile &F, DeclID thisDeclID, unsigned RawLocation, const RecordData &Record, unsigned &Idx)
 
bool hasPendingBody () const
 Determine whether this declaration has a pending body. More...
 
void Visit (Decl *D)
 
void UpdateDecl (Decl *D, ModuleFile &ModuleFile, const RecordData &Record)
 
void VisitDecl (Decl *D)
 
void VisitTranslationUnitDecl (TranslationUnitDecl *TU)
 
void VisitNamedDecl (NamedDecl *ND)
 
void VisitLabelDecl (LabelDecl *LD)
 
void VisitNamespaceDecl (NamespaceDecl *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)
 
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)
 
void VisitClassScopeFunctionSpecializationDecl (ClassScopeFunctionSpecializationDecl *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 VisitCXXMethodDecl (CXXMethodDecl *D)
 
void VisitCXXConstructorDecl (CXXConstructorDecl *D)
 
void VisitCXXDestructorDecl (CXXDestructorDecl *D)
 
void VisitCXXConversionDecl (CXXConversionDecl *D)
 
void VisitFieldDecl (FieldDecl *FD)
 
void VisitMSPropertyDecl (MSPropertyDecl *FD)
 
void VisitIndirectFieldDecl (IndirectFieldDecl *FD)
 
RedeclarableResult VisitVarDeclImpl (VarDecl *D)
 
void VisitVarDecl (VarDecl *VD)
 
void VisitImplicitParamDecl (ImplicitParamDecl *PD)
 
void VisitParmVarDecl (ParmVarDecl *PD)
 
void VisitNonTypeTemplateParmDecl (NonTypeTemplateParmDecl *D)
 
DeclID VisitTemplateDecl (TemplateDecl *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 VisitUsingShadowDecl (UsingShadowDecl *D)
 
void VisitLinkageSpecDecl (LinkageSpecDecl *D)
 
void VisitFileScopeAsmDecl (FileScopeAsmDecl *AD)
 
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)
 
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, DeclID TemplatePatternID=0)
 Attempts to merge the given declaration (D) with another declaration of the same entity. More...
 
template<typename T >
void mergeRedeclarable (Redeclarable< T > *D, T *Existing, RedeclarableResult &Redecl, DeclID TemplatePatternID=0)
 Attempts to merge the given declaration (D) with another declaration of the same entity. More...
 
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 mergeTemplatePattern (RedeclarableTemplateDecl *D, RedeclarableTemplateDecl *Existing, DeclID DsID, bool IsKeyDecl)
 Merge together the pattern declarations from two template declarations. 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 mergeDefinitionVisibility (NamedDecl *Def, NamedDecl *MergedDef)
 We've merged the definition MergedDef into the existing definition Def. More...
 
template<>
void attachPreviousDeclImpl (ASTReader &Reader, Redeclarable< FunctionDecl > *D, Decl *Previous, Decl *Canon)
 
- Public Member Functions inherited from clang::declvisitor::Base< declvisitor::make_ptr, ASTDeclReader, void >
void Visit (PTR(Decl) D)
 
void VisitDecl (PTR(Decl) D)
 

Static Public Member Functions

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 38 of file ASTReaderDecl.cpp.

Constructor & Destructor Documentation

clang::ASTDeclReader::ASTDeclReader ( ASTReader Reader,
ModuleFile &  F,
DeclID  thisDeclID,
unsigned  RawLocation,
const RecordData Record,
unsigned Idx 
)
inline

Definition at line 198 of file ASTReaderDecl.cpp.

Member Function Documentation

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

Definition at line 3061 of file ASTReaderDecl.cpp.

References clang::Decl::getKind().

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

Definition at line 3054 of file ASTReaderDecl.cpp.

References clang::Redeclarable< decl_type >::RedeclLink.

void ASTDeclReader::attachLatestDeclImpl (   ...)
static

Definition at line 3057 of file ASTReaderDecl.cpp.

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

Definition at line 2978 of file ASTReaderDecl.cpp.

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

Definition at line 2906 of file ASTReaderDecl.cpp.

References clang::Decl::getKind().

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

Definition at line 2899 of file ASTReaderDecl.cpp.

References clang::Redeclarable< decl_type >::RedeclLink.

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

Definition at line 2902 of file ASTReaderDecl.cpp.

bool clang::ASTDeclReader::hasPendingBody ( ) const
inline

Determine whether this declaration has a pending body.

Definition at line 228 of file ASTReaderDecl.cpp.

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

Definition at line 3075 of file ASTReaderDecl.cpp.

References clang::Redeclarable< decl_type >::RedeclLink.

void ASTDeclReader::markIncompleteDeclChainImpl (   ...)
static

Definition at line 3078 of file ASTReaderDecl.cpp.

void clang::ASTDeclReader::mergeDefinitionVisibility ( NamedDecl Def,
NamedDecl MergedDef 
)
inline

We've merged the definition MergedDef into the existing definition Def.

Ensure that Def is made visible whenever MergedDef is made visible.

Definition at line 357 of file ASTReaderDecl.cpp.

References clang::ASTReader::getContext(), clang::Decl::getImportedOwningModule(), clang::ASTContext::getLangOpts(), clang::Decl::getOwningModuleID(), clang::ASTReader::getSubmodule(), clang::Decl::Hidden, clang::if(), clang::NamedDecl::isHidden(), and clang::ASTContext::mergeDefinitionIntoModule().

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 2335 of file ASTReaderDecl.cpp.

template<typename T >
void ASTDeclReader::mergeRedeclarable ( Redeclarable< T > *  DBase,
RedeclarableResult &  Redecl,
DeclID  TemplatePatternID = 0 
)

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

Definition at line 2222 of file ASTReaderDecl.cpp.

References clang::Redeclarable< decl_type >::isFirstDecl().

template<typename T >
void ASTDeclReader::mergeRedeclarable ( Redeclarable< T > *  DBase,
T *  Existing,
RedeclarableResult &  Redecl,
DeclID  TemplatePatternID = 0 
)

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

Definition at line 2295 of file ASTReaderDecl.cpp.

References clang::CXXRecordDecl::getCanonicalDecl(), clang::Redeclarable< decl_type >::PreviousDeclLink(), and clang::Redeclarable< decl_type >::RedeclLink.

void ASTDeclReader::mergeTemplatePattern ( RedeclarableTemplateDecl D,
RedeclarableTemplateDecl Existing,
DeclID  DsID,
bool  IsKeyDecl 
)

Merge together the pattern declarations from two template declarations.

Definition at line 2253 of file ASTReaderDecl.cpp.

References clang::TemplateDecl::getTemplatedDecl(), and clang::Result.

ObjCTypeParamList * ASTDeclReader::ReadObjCTypeParamList ( )

Definition at line 904 of file ASTReaderDecl.cpp.

References clang::ObjCTypeParamList::create().

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

Definition at line 235 of file ASTReaderDecl.cpp.

References Next.

void ASTDeclReader::UpdateDecl ( Decl D,
ModuleFile &  ModuleFile,
const RecordData Record 
)

Definition at line 3586 of file ASTReaderDecl.cpp.

References clang::Decl::addAttr(), clang::ASTContext::adjustDeducedFunctionResultType(), clang::Module::AllVisible, clang::TemplateArgumentList::CreateCopy(), forAllLaterRedecls(), clang::Decl::getCanonicalDecl(), clang::ASTReader::getContext(), clang::ASTContext::getFunctionType(), clang::ASTContext::getLangOpts(), clang::ClassTemplateSpecializationDecl::getSpecializedTemplateOrPartial(), clang::ASTReader::getSubmodule(), clang::isUnresolvedExceptionSpec(), merged_redecls(), clang::ASTContext::mergeDefinitionIntoModule(), clang::serialization::MK_ExplicitModule, clang::serialization::MK_ImplicitModule, clang::Module::NameVisibility, clang::ASTReader::ReadAttributes(), clang::ASTReader::ReadCXXCtorInitializersRef(), clang::ASTReader::ReadDecl(), clang::ASTReader::ReadDeclAs(), clang::ASTReader::ReadExpr(), clang::ASTReader::ReadSourceLocation(), clang::ASTReader::ReadTemplateArgumentList(), clang::ASTReader::readType(), clang::NamespaceDecl::setAnonymousNamespace(), clang::FunctionDecl::setImplicitlyInline(), clang::DeclaratorDecl::setInnerLocStart(), clang::ClassTemplateSpecializationDecl::setInstantiationOf(), clang::ASTContext::setManglingNumber(), clang::ClassTemplateSpecializationDecl::setPointOfInstantiation(), clang::ASTContext::setStaticLocalNumber(), clang::CXXRecordDecl::setTemplateSpecializationKind(), clang::serialization::UPD_ADDED_ATTR_TO_RECORD, 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_DEDUCED_RETURN_TYPE, clang::serialization::UPD_CXX_INSTANTIATED_CLASS_DEFINITION, clang::serialization::UPD_CXX_INSTANTIATED_DEFAULT_ARGUMENT, clang::serialization::UPD_CXX_INSTANTIATED_STATIC_DATA_MEMBER, clang::serialization::UPD_CXX_RESOLVED_DTOR_DELETE, clang::serialization::UPD_CXX_RESOLVED_EXCEPTION_SPEC, clang::serialization::UPD_DECL_EXPORTED, 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.

void ASTDeclReader::Visit ( Decl D)
void ASTDeclReader::VisitAccessSpecDecl ( AccessSpecDecl D)

Definition at line 1740 of file ASTReaderDecl.cpp.

References clang::AccessSpecDecl::setColonLoc().

void ASTDeclReader::VisitBlockDecl ( BlockDecl BD)
void ASTDeclReader::VisitBuiltinTemplateDecl ( BuiltinTemplateDecl D)

Definition at line 1864 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitCapturedDecl ( CapturedDecl CD)
void ASTDeclReader::VisitClassScopeFunctionSpecializationDecl ( ClassScopeFunctionSpecializationDecl D)

Definition at line 1980 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitClassTemplateDecl ( ClassTemplateDecl D)
void ASTDeclReader::VisitClassTemplatePartialSpecializationDecl ( ClassTemplatePartialSpecializationDecl D)

Definition at line 1965 of file ASTReaderDecl.cpp.

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

Definition at line 260 of file ASTReaderDecl.cpp.

ASTDeclReader::RedeclarableResult ASTDeclReader::VisitClassTemplateSpecializationDeclImpl ( ClassTemplateSpecializationDecl D)
void ASTDeclReader::VisitCXXConstructorDecl ( CXXConstructorDecl D)
void ASTDeclReader::VisitCXXConversionDecl ( CXXConversionDecl D)

Definition at line 1725 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitCXXDestructorDecl ( CXXDestructorDecl D)

Definition at line 1714 of file ASTReaderDecl.cpp.

References clang::CXXMethodDecl::getCanonicalDecl().

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

Definition at line 257 of file ASTReaderDecl.cpp.

ASTDeclReader::RedeclarableResult ASTDeclReader::VisitCXXRecordDeclImpl ( CXXRecordDecl D)
void ASTDeclReader::VisitDecl ( Decl D)
void ASTDeclReader::VisitDeclaratorDecl ( DeclaratorDecl DD)
std::pair< uint64_t, uint64_t > ASTDeclReader::VisitDeclContext ( DeclContext DC)

Definition at line 2153 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitEmptyDecl ( EmptyDecl D)

Definition at line 2148 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitEnumConstantDecl ( EnumConstantDecl ECD)
void ASTDeclReader::VisitEnumDecl ( EnumDecl ED)
void ASTDeclReader::VisitFieldDecl ( FieldDecl FD)

Definition at line 1114 of file ASTReaderDecl.cpp.

References clang::NamedDecl::getDeclName().

void ASTDeclReader::VisitFileScopeAsmDecl ( FileScopeAsmDecl AD)
void ASTDeclReader::VisitFriendDecl ( FriendDecl D)

Definition at line 1745 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitFriendTemplateDecl ( FriendTemplateDecl D)

Definition at line 1759 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitFunctionDecl ( FunctionDecl FD)
void ASTDeclReader::VisitFunctionTemplateDecl ( FunctionTemplateDecl D)
void ASTDeclReader::VisitImplicitParamDecl ( ImplicitParamDecl PD)

Definition at line 1215 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitImportDecl ( ImportDecl D)

Definition at line 1730 of file ASTReaderDecl.cpp.

References I.

void ASTDeclReader::VisitIndirectFieldDecl ( IndirectFieldDecl FD)

Definition at line 1141 of file ASTReaderDecl.cpp.

References clang::for(), and I.

void ASTDeclReader::VisitLabelDecl ( LabelDecl LD)

Definition at line 1298 of file ASTReaderDecl.cpp.

References clang::LabelDecl::setLocStart().

void ASTDeclReader::VisitLinkageSpecDecl ( LinkageSpecDecl D)
void ASTDeclReader::VisitMSPropertyDecl ( MSPropertyDecl FD)

Definition at line 1135 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitNamedDecl ( NamedDecl ND)

Definition at line 544 of file ASTReaderDecl.cpp.

References clang::NamedDecl::setDeclName().

void ASTDeclReader::VisitNamespaceAliasDecl ( NamespaceAliasDecl D)

Definition at line 1335 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitNamespaceDecl ( NamespaceDecl D)
void ASTDeclReader::VisitNonTypeTemplateParmDecl ( NonTypeTemplateParmDecl D)
void ASTDeclReader::VisitObjCAtDefsFieldDecl ( ObjCAtDefsFieldDecl D)

Definition at line 1025 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitObjCCategoryDecl ( ObjCCategoryDecl D)
void ASTDeclReader::VisitObjCCategoryImplDecl ( ObjCCategoryImplDecl D)

Definition at line 1085 of file ASTReaderDecl.cpp.

References clang::ObjCCategoryImplDecl::setIdentifier().

void ASTDeclReader::VisitObjCCompatibleAliasDecl ( ObjCCompatibleAliasDecl D)
void ASTDeclReader::VisitObjCContainerDecl ( ObjCContainerDecl D)
void ASTDeclReader::VisitObjCImplDecl ( ObjCImplDecl D)

Definition at line 1080 of file ASTReaderDecl.cpp.

References clang::ObjCImplDecl::setClassInterface().

void ASTDeclReader::VisitObjCImplementationDecl ( ObjCImplementationDecl D)
void ASTDeclReader::VisitObjCInterfaceDecl ( ObjCInterfaceDecl D)
void ASTDeclReader::VisitObjCIvarDecl ( ObjCIvarDecl D)
void ASTDeclReader::VisitObjCMethodDecl ( ObjCMethodDecl D)
void ASTDeclReader::VisitObjCPropertyDecl ( ObjCPropertyDecl D)
void ASTDeclReader::VisitObjCPropertyImplDecl ( ObjCPropertyImplDecl D)
void ASTDeclReader::VisitObjCProtocolDecl ( ObjCProtocolDecl D)
void ASTDeclReader::VisitObjCTypeParamDecl ( ObjCTypeParamDecl D)

Definition at line 889 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitOMPThreadPrivateDecl ( OMPThreadPrivateDecl D)

Definition at line 2352 of file ASTReaderDecl.cpp.

References clang::OMPThreadPrivateDecl::varlist_size().

void ASTDeclReader::VisitParmVarDecl ( ParmVarDecl PD)
void clang::ASTDeclReader::VisitRecordDecl ( RecordDecl RD)
inline

Definition at line 255 of file ASTReaderDecl.cpp.

ASTDeclReader::RedeclarableResult ASTDeclReader::VisitRecordDeclImpl ( RecordDecl RD)
template<typename T >
ASTDeclReader::RedeclarableResult ASTDeclReader::VisitRedeclarable ( Redeclarable< T > *  D)
ASTDeclReader::RedeclarableResult ASTDeclReader::VisitRedeclarableTemplateDecl ( RedeclarableTemplateDecl D)
void ASTDeclReader::VisitStaticAssertDecl ( StaticAssertDecl D)

Definition at line 2140 of file ASTReaderDecl.cpp.

ASTDeclReader::RedeclarableResult ASTDeclReader::VisitTagDecl ( TagDecl TD)
DeclID ASTDeclReader::VisitTemplateDecl ( TemplateDecl D)

Definition at line 1773 of file ASTReaderDecl.cpp.

References clang::TemplateDecl::init().

void ASTDeclReader::VisitTemplateTemplateParmDecl ( TemplateTemplateParmDecl D)
void ASTDeclReader::VisitTemplateTypeParmDecl ( TemplateTypeParmDecl D)
void ASTDeclReader::VisitTranslationUnitDecl ( TranslationUnitDecl TU)

Definition at line 540 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitTypeAliasDecl ( TypeAliasDecl TD)
void ASTDeclReader::VisitTypeAliasTemplateDecl ( TypeAliasTemplateDecl D)

Definition at line 2136 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitTypeDecl ( TypeDecl TD)

Definition at line 550 of file ASTReaderDecl.cpp.

References clang::TypeDecl::setLocStart().

void ASTDeclReader::VisitTypedefDecl ( TypedefDecl TD)

Definition at line 570 of file ASTReaderDecl.cpp.

ASTDeclReader::RedeclarableResult ASTDeclReader::VisitTypedefNameDecl ( TypedefNameDecl TD)
void ASTDeclReader::VisitUnresolvedUsingTypenameDecl ( UnresolvedUsingTypenameDecl D)

Definition at line 1385 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitUnresolvedUsingValueDecl ( UnresolvedUsingValueDecl D)
void ASTDeclReader::VisitUsingDecl ( UsingDecl D)
void ASTDeclReader::VisitUsingDirectiveDecl ( UsingDirectiveDecl D)

Definition at line 1368 of file ASTReaderDecl.cpp.

void ASTDeclReader::VisitUsingShadowDecl ( UsingShadowDecl D)

Definition at line 1357 of file ASTReaderDecl.cpp.

References clang::UsingShadowDecl::setTargetDecl().

void ASTDeclReader::VisitValueDecl ( ValueDecl VD)

Definition at line 675 of file ASTReaderDecl.cpp.

References clang::ValueDecl::setType().

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

Definition at line 289 of file ASTReaderDecl.cpp.

ASTDeclReader::RedeclarableResult ASTDeclReader::VisitVarDeclImpl ( VarDecl D)
void ASTDeclReader::VisitVarTemplateDecl ( VarTemplateDecl D)
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 2072 of file ASTReaderDecl.cpp.

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

Definition at line 270 of file ASTReaderDecl.cpp.

ASTDeclReader::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 2008 of file ASTReaderDecl.cpp.

References AttributeLangSupport::C, clang::TemplateArgumentList::CreateCopy(), clang::VarTemplateDecl::getCommonPtr(), clang::Decl::isCanonicalDecl(), clang::VarTemplateDecl::Common::PartialSpecializations, and clang::VarTemplateDecl::Common::Specializations.


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