Searched refs:AliasDecl (Results 1 – 9 of 9) sorted by relevance
8 int AliasDecl; // expected-note {{candidate}} variable33 use(AliasDecl); in use_things()48 use(AliasDecl); // expected-error {{ambiguous}} in use_things_again()
120 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, in TryEmitDefinitionAsAlias() argument128 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl); in TryEmitDefinitionAsAlias()138 StringRef MangledName = getMangledName(AliasDecl); in TryEmitDefinitionAsAlias()146 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitDefinitionAsAlias()212 setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias); in TryEmitDefinitionAsAlias()
3382 GlobalDecl AliasDecl; in getCodegenToUse() local3384 AliasDecl = GlobalDecl(DD, Dtor_Complete); in getCodegenToUse()3387 AliasDecl = GlobalDecl(CD, Ctor_Complete); in getCodegenToUse()3389 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in getCodegenToUse()3409 GlobalDecl AliasDecl, in emitConstructorDestructorAlias() argument3411 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in emitConstructorDestructorAlias()3413 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias()3435 CGM.setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias); in emitConstructorDestructorAlias()
823 TypeAliasDecl *AliasDecl = cast<TypeAliasTemplateDecl>( in CreateType() local826 SourceLocation Loc = AliasDecl->getLocation(); in CreateType()829 getDeclContextDescriptor(AliasDecl)); in CreateType()
4 using AliasDecl = int; variable
784 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated); in getAsCXXRecordDecl() local785 assert(AliasDecl); in getAsCXXRecordDecl()786 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr()); in getAsCXXRecordDecl()
133 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}} typedef
1087 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local1090 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()1091 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()1093 return AliasDecl; in ActOnCompatibilityAlias()
8715 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local8720 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()8722 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()8723 return AliasDecl; in ActOnNamespaceAliasDef()