class UnresolvedUsingIfExistsDecl
Declaration
class UnresolvedUsingIfExistsDecl : public NamedDecl { /* full declaration omitted */ };
Description
This node is generated when a using-declaration that was annotated with __attribute__((using_if_exists)) failed to resolve to a known declaration. In that case, Sema builds a UsingShadowDecl whose target is an instance of this declaration, adding it to the current scope. Referring to this declaration in any way is an error.
Declared at: clang/include/clang/AST/DeclCXX.h:3925
Inherits from: NamedDecl
Member Variables
Inherited from Decl:
- protected NextInContextAndBits
- protected Access
- protected FromASTFile
- protected IdentifierNamespace
- protected CacheValidAndLinkage
Method Overview
- public static clang::UnresolvedUsingIfExistsDecl * Create(clang::ASTContext & Ctx, clang::DeclContext * DC, clang::SourceLocation Loc, clang::DeclarationName Name)
- public static clang::UnresolvedUsingIfExistsDecl * CreateDeserialized(clang::ASTContext & Ctx, unsigned int ID)
- private UnresolvedUsingIfExistsDecl(clang::DeclContext * DC, clang::SourceLocation Loc, clang::DeclarationName Name)
- private void anchor()
- public static bool classof(const clang::Decl * D)
- public static bool classofKind(clang::Decl::Kind K)
Inherited from NamedDecl:
- public classof
- public classofKind
- public declarationReplaces
- public getDeclName
- public getExplicitVisibility
- public getFormalLinkage
- public getIdentifier
- public getLinkageAndVisibility
- public getLinkageInternal
- public getMostRecentDecl
- public getMostRecentDecl
- public getName
- public getNameAsString
- public getNameForDiagnostic
- public getObjCFStringFormattingFamily
- public getQualifiedNameAsString
- public getUnderlyingDecl
- public getUnderlyingDecl
- public getVisibility
- public hasExternalFormalLinkage
- public hasLinkage
- public hasLinkageBeenComputed
- public isCXXClassMember
- public isCXXInstanceMember
- public isExternallyDeclarable
- public isExternallyVisible
- public isLinkageValid
- public isReserved
- public printName
- public printNestedNameSpecifier
- public printNestedNameSpecifier
- public printQualifiedName
- public printQualifiedName
- public setDeclName
Inherited from Decl:
- public EnableStatistics
- public PrintStats
- public add
- public addAttr
- public attr_begin
- public attr_end
- public attrs
- public canBeWeakImported
- public castFromDeclContext
- public castToDeclContext
- public classofKind
- public dropAttr
- public dropAttrs
- public dump
- public dump
- public dumpColor
- public getASTContext
- protected getASTMutationListener
- public getAccess
- public getAccessUnsafe
- public getAsFunction
- public getAsFunction
- public getAttr
- public getAttrs
- public getAttrs
- public getAvailability
- public getBeginLoc
- public getBody
- public getBodyRBrace
- protected getCachedLinkage
- public getCanonicalDecl
- public getCanonicalDecl
- public getDeclContext
- public getDeclContext
- public getDeclKindName
- public getDefiningAttr
- public getDescribedTemplate
- public getDescribedTemplateParams
- public getEndLoc
- public getExternalSourceSymbolAttr
- public getFriendObjectKind
- public getFunctionType
- public getGlobalID
- public getID
- public getIdentifierNamespace
- public getIdentifierNamespaceForKind
- public getImportedOwningModule
- public getKind
- public getLangOpts
- public getLexicalDeclContext
- public getLexicalDeclContext
- public getLocalOwningModule
- public getLocation
- public getMaxAlignment
- public getModuleOwnershipKind
- public getMostRecentDecl
- public getMostRecentDecl
- protected getMostRecentDeclImpl
- public getNextDeclInContext
- public getNextDeclInContext
- protected getNextRedeclarationImpl
- public getNonClosureContext
- public getNonClosureContext
- public getOwningModule
- public getOwningModuleForLinkage
- public getOwningModuleID
- public getParentFunctionOrMethod
- public getParentFunctionOrMethod
- public getPreviousDecl
- public getPreviousDecl
- protected getPreviousDeclImpl
- public getSourceRange
- public getTemplateDepth
- public getTranslationUnitDecl
- public getTranslationUnitDecl
- public getVersionIntroduced
- public hasAttr
- public hasAttrs
- public hasBody
- protected hasCachedLinkage
- public hasDefiningAttr
- protected hasLocalOwningModuleStorage
- public hasOwningModule
- public hasTagIdentifierNamespace
- public isCanonicalDecl
- public isDefinedOutsideFunctionOrMethod
- public isDeprecated
- public isDiscardedInGlobalModuleFragment
- public isFirstDecl
- public isFromASTFile
- public isFunctionOrFunctionTemplate
- public isImplicit
- public isInAnonymousNamespace
- public isInExportDeclContext
- public isInIdentifierNamespace
- public isInLocalScopeForInstantiation
- public isInStdNamespace
- public isInvalidDecl
- public isInvisibleOutsideTheOwningModule
- public isLocalExternDecl
- public isModulePrivate
- public isOutOfLine
- public isParameterPack
- public isReachable
- public isReferenced
- public isTagIdentifierNamespace
- public isTemplateDecl
- public isTemplateParameter
- public isTemplateParameterPack
- public isTemplated
- public isThisDeclarationReferenced
- public isTopLevelDeclInObjCContainer
- public isUnavailable
- public isUnconditionallyVisible
- public isUsed
- public isWeakImported
- public markUsed
- public print
- public print
- public printGroup
- public redecls
- public redecls_begin
- public redecls_end
- public setAccess
- public setAttrs
- protected setCachedLinkage
- public setDeclContext
- public setFromASTFile
- public setImplicit
- public setInvalidDecl
- public setIsUsed
- public setLexicalDeclContext
- public setLocalExternDecl
- public setLocalOwningModule
- public setLocation
- public setModuleOwnershipKind
- protected setModulePrivate
- public setNonMemberOperator
- public setObjectOfFriendDecl
- public setOwningModuleID
- public setReferenced
- public setTopLevelDeclInObjCContainer
- public setVisibleDespiteOwningModule
- public specific_attr_begin
- public specific_attr_end
- public specific_attrs
- protected updateOutOfDate
Methods
¶static clang::UnresolvedUsingIfExistsDecl* Create(
clang::ASTContext& Ctx,
clang::DeclContext* DC,
clang::SourceLocation Loc,
clang::DeclarationName Name)
static clang::UnresolvedUsingIfExistsDecl* Create(
clang::ASTContext& Ctx,
clang::DeclContext* DC,
clang::SourceLocation Loc,
clang::DeclarationName Name)
Declared at: clang/include/clang/AST/DeclCXX.h:3932
Parameters
¶static clang::UnresolvedUsingIfExistsDecl*
CreateDeserialized(clang::ASTContext& Ctx,
unsigned int ID)
static clang::UnresolvedUsingIfExistsDecl*
CreateDeserialized(clang::ASTContext& Ctx,
unsigned int ID)
Declared at: clang/include/clang/AST/DeclCXX.h:3935
Parameters
- clang::ASTContext& Ctx
- unsigned int ID
¶UnresolvedUsingIfExistsDecl(
clang::DeclContext* DC,
clang::SourceLocation Loc,
clang::DeclarationName Name)
UnresolvedUsingIfExistsDecl(
clang::DeclContext* DC,
clang::SourceLocation Loc,
clang::DeclarationName Name)
Declared at: clang/include/clang/AST/DeclCXX.h:3926
Parameters
¶void anchor()
void anchor()
Declared at: clang/include/clang/AST/DeclCXX.h:3929
¶static bool classof(const clang::Decl* D)
static bool classof(const clang::Decl* D)
Declared at: clang/include/clang/AST/DeclCXX.h:3938
Parameters
- const clang::Decl* D
¶static bool classofKind(clang::Decl::Kind K)
static bool classofKind(clang::Decl::Kind K)
Declared at: clang/include/clang/AST/DeclCXX.h:3939
Parameters
- clang::Decl::Kind K