Searched refs:AliasDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp112 GlobalDecl AliasDecl(D, Dtor_Base);
117 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl);
127 StringRef MangledName = getMangledName(AliasDecl);
135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl);
202 SetCommonAttributes(AliasDecl, Alias);
H A DItaniumCXXABI.cpp3916 GlobalDecl AliasDecl;
3918 AliasDecl = GlobalDecl(DD, Dtor_Complete);
3921 AliasDecl = GlobalDecl(CD, Ctor_Complete);
3923 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl);
3944 GlobalDecl AliasDecl,
3946 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl);
3948 StringRef MangledName = CGM.getMangledName(AliasDecl);
3973 CGM.SetCommonAttributes(AliasDecl, Alias);
3943 emitConstructorDestructorAlias(CodeGenModule &CGM, GlobalDecl AliasDecl, GlobalDecl TargetDecl) argument
H A DCGDebugInfo.cpp1109 auto *AliasDecl = local
1113 if (AliasDecl->hasAttr<NoDebugAttr>())
1121 SourceLocation Loc = AliasDecl->getLocation();
1124 getDeclContextDescriptor(AliasDecl));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1087 Function *AliasDecl = Function::Create( local
1090 AliasDecl->takeName(A);
1091 A->replaceAllUsesWith(AliasDecl);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1171 ObjCCompatibleAliasDecl *AliasDecl = local
1174 if (!CheckObjCDeclScope(AliasDecl))
1175 PushOnScopeChains(AliasDecl, TUScope);
1177 return AliasDecl;
H A DSemaDeclCXX.cpp12385 NamespaceAliasDecl *AliasDecl =
12390 AliasDecl->setPreviousDecl(Prev);
12392 PushOnScopeChains(AliasDecl, S);
12393 return AliasDecl;

Completed in 301 milliseconds