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

/external/clang/lib/CodeGen/
H A DCGCXX.cpp113 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, argument
121 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl);
128 if (AliasDecl.getDecl()->hasAttr<DLLExportAttr>() &&
136 StringRef MangledName = getMangledName(AliasDecl);
145 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
200 setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
H A DCGDebugInfo.cpp776 TypeAliasDecl *AliasDecl = cast<TypeAliasTemplateDecl>( local
779 SourceLocation Loc = AliasDecl->getLocation();
782 getContextDescriptor(cast<Decl>(AliasDecl->getDeclContext())));
H A DItaniumCXXABI.cpp3183 GlobalDecl AliasDecl;
3185 AliasDecl = GlobalDecl(DD, Dtor_Complete);
3188 AliasDecl = GlobalDecl(CD, Ctor_Complete);
3190 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl);
3210 GlobalDecl AliasDecl,
3212 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl);
3214 StringRef MangledName = CGM.getMangledName(AliasDecl);
3238 CGM.setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
3209 emitConstructorDestructorAlias(CodeGenModule &CGM, GlobalDecl AliasDecl, GlobalDecl TargetDecl) argument
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp793 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated); local
794 assert(AliasDecl);
795 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp662 ObjCCompatibleAliasDecl *AliasDecl = local
665 if (!CheckObjCDeclScope(AliasDecl))
666 PushOnScopeChains(AliasDecl, TUScope);
668 return AliasDecl;
H A DSemaDeclCXX.cpp8688 NamespaceAliasDecl *AliasDecl = local
8693 AliasDecl->setPreviousDecl(cast<NamespaceAliasDecl>(PrevDecl));
8695 PushOnScopeChains(AliasDecl, S);
8696 return AliasDecl;

Completed in 187 milliseconds