Searched refs:AliasDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 117 GlobalDecl AliasDecl(D, Dtor_Base); in TryEmitBaseDestructorAsAlias() local 122 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl); in TryEmitBaseDestructorAsAlias() 132 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias() 139 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias() 201 SetCommonAttributes(AliasDecl, Alias); in TryEmitBaseDestructorAsAlias()
|
| H A D | ItaniumCXXABI.cpp | 4338 GlobalDecl AliasDecl; in getCodegenToUse() local 4340 AliasDecl = GlobalDecl(DD, Dtor_Complete); in getCodegenToUse() 4343 AliasDecl = GlobalDecl(CD, Ctor_Complete); in getCodegenToUse() 4345 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in getCodegenToUse() 4366 GlobalDecl AliasDecl, in emitConstructorDestructorAlias() argument 4368 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in emitConstructorDestructorAlias() 4370 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias() 4395 CGM.SetCommonAttributes(AliasDecl, Alias); in emitConstructorDestructorAlias()
|
| H A D | CGDebugInfo.cpp | 1325 const auto *AliasDecl = cast<TypeAliasTemplateDecl>(TD)->getTemplatedDecl(); in CreateType() local 1326 if (AliasDecl->hasAttr<NoDebugAttr>()) in CreateType() 1347 SourceLocation Loc = AliasDecl->getLocation(); in CreateType() 1350 getDeclContextDescriptor(AliasDecl)); in CreateType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1825 AliasDecl, // C++11 alias-declaration. enumerator 2084 case DeclaratorContext::AliasDecl: in mayOmitIdentifier() 2131 case DeclaratorContext::AliasDecl: in mayHaveIdentifier() 2171 case DeclaratorContext::AliasDecl: in mayHaveDecompositionDeclarator() 2234 case DeclaratorContext::AliasDecl: in mayBeFollowedByCXXDirectInit() 2448 case DeclaratorContext::AliasDecl: in isFunctionDeclarationContext() 2484 case DeclaratorContext::AliasDecl: in isExpressionContext()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1096 Function *AliasDecl = Function::Create( in importFunction() local 1099 AliasDecl->takeName(A); in importFunction() 1100 A->replaceAllUsesWith(AliasDecl); in importFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1184 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local 1187 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias() 1188 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias() 1190 return AliasDecl; in ActOnCompatibilityAlias()
|
| H A D | SemaType.cpp | 3717 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator() 3837 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator() 4713 D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator() 4929 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator() 5481 << (D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator() 6036 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator() 6768 D.getContext() != DeclaratorContext::AliasDecl && in ActOnTypeName()
|
| H A D | SemaDeclCXX.cpp | 13719 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local 13724 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef() 13726 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef() 13727 return AliasDecl; in ActOnNamespaceAliasDef()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3055 case DeclaratorContext::AliasDecl: in getDeclSpecContextFromDeclaratorContext() 6620 else if (D.getContext() == DeclaratorContext::AliasDecl || in ParseDirectDeclarator()
|
| H A D | ParseDeclCXX.cpp | 925 : DeclaratorContext::AliasDecl, in ParseAliasDeclarationAfterDeclarator()
|