Home
last modified time | relevance | path

Searched refs:AliasDecl (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp112 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 DItaniumCXXABI.cpp4231 GlobalDecl AliasDecl; in getCodegenToUse() local
4233 AliasDecl = GlobalDecl(DD, Dtor_Complete); in getCodegenToUse()
4236 AliasDecl = GlobalDecl(CD, Ctor_Complete); in getCodegenToUse()
4238 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in getCodegenToUse()
4259 GlobalDecl AliasDecl, in emitConstructorDestructorAlias() argument
4261 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in emitConstructorDestructorAlias()
4263 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias()
4288 CGM.SetCommonAttributes(AliasDecl, Alias); in emitConstructorDestructorAlias()
H A DCGDebugInfo.cpp1242 auto *AliasDecl = in CreateType() local
1246 if (AliasDecl->hasAttr<NoDebugAttr>()) in CreateType()
1254 SourceLocation Loc = AliasDecl->getLocation(); in CreateType()
1257 getDeclContextDescriptor(AliasDecl)); in CreateType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1786 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1099 Function *AliasDecl = Function::Create( in importFunction() local
1102 AliasDecl->takeName(A); in importFunction()
1103 A->replaceAllUsesWith(AliasDecl); in importFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1002 goto AliasDecl; in declare_symbols()
1041 AliasDecl: in declare_symbols()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3452 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator()
3568 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator()
4427 D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator()
4637 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator()
5167 << (D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator()
5671 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator()
6361 D.getContext() != DeclaratorContext::AliasDecl && in ActOnTypeName()
H A DSemaDeclObjC.cpp1175 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local
1178 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1179 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
1181 return AliasDecl; in ActOnCompatibilityAlias()
H A DSemaDeclCXX.cpp12789 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local
12794 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()
12796 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
12797 return AliasDecl; in ActOnNamespaceAliasDef()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2793 if (Context == DeclaratorContext::AliasDecl || in getDeclSpecContextFromDeclaratorContext()
6078 else if (D.getContext() == DeclaratorContext::AliasDecl || in ParseDirectDeclarator()
H A DParseDeclCXX.cpp838 : DeclaratorContext::AliasDecl, in ParseAliasDeclarationAfterDeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi2925 #define StrongAlias(TargetFunc, AliasDecl) \
2926 extern __typeof__ (TargetFunc) AliasDecl \
H A Dgcc.info34881 #define StrongAlias(TargetFunc, AliasDecl) \
34882 extern __typeof__ (TargetFunc) AliasDecl \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi2821 #define StrongAlias(TargetFunc, AliasDecl) \
2822 extern __typeof__ (TargetFunc) AliasDecl \
H A Dgcc.info31698 #define StrongAlias(TargetFunc, AliasDecl) \
31699 extern __typeof__ (TargetFunc) AliasDecl \