Searched refs:AliasDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 112 GlobalDecl AliasDecl(D, Dtor_Base); in TryEmitBaseDestructorAsAlias() local 117 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl); in TryEmitBaseDestructorAsAlias() 127 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias() 135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias() 202 SetCommonAttributes(AliasDecl, Alias); in TryEmitBaseDestructorAsAlias()
|
| H A D | ItaniumCXXABI.cpp | 4271 GlobalDecl AliasDecl; in getCodegenToUse() local 4273 AliasDecl = GlobalDecl(DD, Dtor_Complete); in getCodegenToUse() 4276 AliasDecl = GlobalDecl(CD, Ctor_Complete); in getCodegenToUse() 4278 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in getCodegenToUse() 4299 GlobalDecl AliasDecl, in emitConstructorDestructorAlias() argument 4301 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in emitConstructorDestructorAlias() 4303 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias() 4328 CGM.SetCommonAttributes(AliasDecl, Alias); in emitConstructorDestructorAlias()
|
| H A D | CGDebugInfo.cpp | 1220 auto *AliasDecl = in CreateType() local 1224 if (AliasDecl->hasAttr<NoDebugAttr>()) in CreateType() 1232 SourceLocation Loc = AliasDecl->getLocation(); in CreateType() 1235 getDeclContextDescriptor(AliasDecl)); in CreateType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1786 AliasDecl, // C++11 alias-declaration. enumerator 2008 case DeclaratorContext::AliasDecl: in mayOmitIdentifier() 2054 case DeclaratorContext::AliasDecl: in mayHaveIdentifier() 2093 case DeclaratorContext::AliasDecl: in mayHaveDecompositionDeclarator() 2155 case DeclaratorContext::AliasDecl: in mayBeFollowedByCXXDirectInit() 2368 case DeclaratorContext::AliasDecl: in isFunctionDeclarationContext() 2403 case DeclaratorContext::AliasDecl: in isExpressionContext()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1105 Function *AliasDecl = Function::Create( in importFunction() local 1108 AliasDecl->takeName(A); in importFunction() 1109 A->replaceAllUsesWith(AliasDecl); in importFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3485 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator() 3601 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator() 4460 D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator() 4670 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator() 5200 << (D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator() 5704 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator() 6394 D.getContext() != DeclaratorContext::AliasDecl && in ActOnTypeName()
|
| H A D | SemaDeclObjC.cpp | 1175 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local 1178 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias() 1179 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias() 1181 return AliasDecl; in ActOnCompatibilityAlias()
|
| H A D | SemaDeclCXX.cpp | 12971 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local 12976 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef() 12978 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef() 12979 return AliasDecl; in ActOnNamespaceAliasDef()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2800 if (Context == DeclaratorContext::AliasDecl || in getDeclSpecContextFromDeclaratorContext() 6095 else if (D.getContext() == DeclaratorContext::AliasDecl || in ParseDirectDeclarator()
|
| H A D | ParseDeclCXX.cpp | 874 : DeclaratorContext::AliasDecl, in ParseAliasDeclarationAfterDeclarator()
|