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

/external/clang/lib/CodeGen/
H A DCGCXX.cpp112 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, argument
120 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl);
130 StringRef MangledName = getMangledName(AliasDecl);
139 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
194 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
H A DCGDebugInfo.cpp738 TypeAliasDecl *AliasDecl = local
742 SourceLocation Loc = AliasDecl->getLocation();
746 llvm::DIDescriptor Ctxt = getContextDescriptor(cast<Decl>(AliasDecl->getDeclContext()));
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp654 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated); local
655 assert(AliasDecl);
656 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp130 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}}
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp666 ObjCCompatibleAliasDecl *AliasDecl = local
669 if (!CheckObjCDeclScope(AliasDecl))
670 PushOnScopeChains(AliasDecl, TUScope);
672 return AliasDecl;
H A DSemaDeclCXX.cpp8232 NamespaceAliasDecl *AliasDecl = local
8237 PushOnScopeChains(AliasDecl, S);
8238 return AliasDecl;

Completed in 376 milliseconds