|
class | clang::Decl |
| Decl - This represents one declaration (or definition), e.g. More...
|
|
struct | clang::Decl::EmptyShell |
| A placeholder type used to construct an empty shell of a decl-derived type that will be filled in later (e.g., by some deserialization method). More...
|
|
class | clang::Decl::redecl_iterator |
| Iterates through all the redeclarations of the same decl. More...
|
|
class | clang::PrettyStackTraceDecl |
| PrettyStackTraceDecl - If a crash occurs, indicate that it happened when doing something to a specific decl. More...
|
|
struct | llvm::PointerLikeTypeTraits<::clang::NamedDecl * > |
|
class | clang::DeclListNode |
| A list storing NamedDecls in the lookup tables. More...
|
|
class | clang::DeclListNode::iterator |
|
class | clang::DeclContextLookupResult |
| The results of name lookup within a DeclContext. More...
|
|
class | clang::DeclContext |
| DeclContext - This is used only as base class of specific decl types that can act as declaration contexts. More...
|
|
class | clang::DeclContext::decl_iterator |
| decl_iterator - Iterates through the declarations stored within this context. More...
|
|
class | clang::DeclContext::specific_decl_iterator< SpecificDecl > |
| specific_decl_iterator - Iterates over a subrange of declarations stored in a DeclContext, providing only those that are of type SpecificDecl (or a class derived from it). More...
|
|
class | clang::DeclContext::filtered_decl_iterator< SpecificDecl, Acceptable > |
| Iterates over a filtered subrange of declarations stored in a DeclContext. More...
|
|
struct | clang::DeclContext::udir_iterator |
|
struct | clang::cast_convert_decl_context< ToTy, IsKnownSubtype > |
|
struct | clang::cast_convert_decl_context< ToTy, true > |
|
struct | llvm::isa_impl< To, ::clang::DeclContext > |
| isa<T>(DeclContext*) More...
|
|
struct | llvm::cast_convert_val< ToTy, const ::clang::DeclContext, const ::clang::DeclContext > |
| cast<T>(DeclContext*) More...
|
|
struct | llvm::cast_convert_val< ToTy, ::clang::DeclContext, ::clang::DeclContext > |
|
struct | llvm::cast_convert_val< ToTy, const ::clang::DeclContext *, const ::clang::DeclContext * > |
|
struct | llvm::cast_convert_val< ToTy, ::clang::DeclContext *, ::clang::DeclContext * > |
|
struct | llvm::cast_convert_val< ::clang::DeclContext, FromTy, FromTy > |
| Implement cast_convert_val for Decl -> DeclContext conversions. More...
|
|
struct | llvm::cast_convert_val< ::clang::DeclContext, FromTy *, FromTy * > |
|
struct | llvm::cast_convert_val< const ::clang::DeclContext, FromTy, FromTy > |
|
struct | llvm::cast_convert_val< const ::clang::DeclContext, FromTy *, FromTy * > |
|