Home
last modified time | relevance | path

Searched defs:AliasDecl (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedAliasDeclsCheck.cpp27 if (const auto *AliasDecl = Result.Nodes.getNodeAs<NamedDecl>("alias")) { in check() local
39 if (const auto *AliasDecl = NestedName->getAsNamespaceAlias()) { in check() local
/llvm-project/clang/test/Modules/Inputs/no-linkage/
H A Ddecls.h4 using AliasDecl = int; variable
/llvm-project/clang/test/Modules/
H A Dno-linkage.cpp8 int AliasDecl; // expected-note {{candidate}} variable
/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp117 GlobalDecl AliasDecl(D, Dtor_Base); TryEmitBaseDestructorAsAlias() local
H A DItaniumCXXABI.cpp4379 GlobalDecl AliasDecl; getCodegenToUse() local
4407 emitConstructorDestructorAlias(CodeGenModule & CGM,GlobalDecl AliasDecl,GlobalDecl TargetDecl) emitConstructorDestructorAlias() argument
H A DCGDebugInfo.cpp1382 const auto *AliasDecl = cast<TypeAliasTemplateDecl>(TD)->getTemplatedDecl(); CreateType() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h380 const DeclStmt *AliasDecl = nullptr; global() variable
H A DLoopConvertCheck.cpp635 const DeclStmt *AliasDecl, bool AliasUseRequired, bool AliasFromForInit, in doConversion() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat.cpp137 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}} typedef
/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1096 Function *AliasDecl = Function::Create( importFunction() local
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1875 AliasDecl, // C++11 alias-declaration. global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1182 ObjCCompatibleAliasDecl *AliasDecl = ObjCCompatibleAliasDecl::Create( ActOnCompatibilityAlias() local
H A DSemaDeclCXX.cpp13527 NamespaceAliasDecl *AliasDecl = ActOnNamespaceAliasDef() local