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

/external/clang/lib/CodeGen/
H A DCGCXX.cpp102 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, argument
110 = getFunctionLinkage(cast<FunctionDecl>(AliasDecl.getDecl()));
142 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
157 StringRef MangledName = getMangledName(AliasDecl);
171 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp597 ObjCCompatibleAliasDecl *AliasDecl = local
600 if (!CheckObjCDeclScope(AliasDecl))
601 PushOnScopeChains(AliasDecl, TUScope);
603 return AliasDecl;
H A DSemaDeclCXX.cpp6708 NamespaceAliasDecl *AliasDecl = local
6713 PushOnScopeChains(AliasDecl, S);
6714 return AliasDecl;

Completed in 113 milliseconds