Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedAliasDeclsCheck.cpp29 if (const auto *AliasDecl = Result.Nodes.getNodeAs<NamedDecl>("alias")) { in check() local
41 if (const auto *AliasDecl = NestedName->getAsNamespaceAlias()) { in check() local
/external/clang/test/Modules/Inputs/no-linkage/
Ddecls.h4 using AliasDecl = int; variable
/external/llvm-project/clang/test/Modules/Inputs/no-linkage/
Ddecls.h4 using AliasDecl = int; variable
/external/llvm-project/clang/test/Modules/
Dno-linkage.cpp8 int AliasDecl; // expected-note {{candidate}} variable
/external/clang/test/Modules/
Dno-linkage.cpp8 int AliasDecl; // expected-note {{candidate}} variable
/external/llvm-project/clang/lib/CodeGen/
DCGCXX.cpp112 GlobalDecl AliasDecl(D, Dtor_Base); in TryEmitBaseDestructorAsAlias() local
DItaniumCXXABI.cpp4135 GlobalDecl AliasDecl; in getCodegenToUse() local
4163 GlobalDecl AliasDecl, in emitConstructorDestructorAlias()
DCGDebugInfo.cpp1184 auto *AliasDecl = in CreateType() local
/external/clang/lib/CodeGen/
DCGCXX.cpp120 bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, in TryEmitDefinitionAsAlias()
DItaniumCXXABI.cpp3420 GlobalDecl AliasDecl; in getCodegenToUse() local
3447 GlobalDecl AliasDecl, in emitConstructorDestructorAlias()
DCGDebugInfo.cpp849 TypeAliasDecl *AliasDecl = cast<TypeAliasTemplateDecl>( in CreateType() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.h382 const DeclStmt *AliasDecl; variable
DLoopConvertCheck.cpp573 const DeclStmt *AliasDecl, bool AliasUseRequired, bool AliasFromForInit, in doConversion()
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp133 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}} typedef
/external/llvm-project/clang/test/SemaCXX/
Dcxx98-compat.cpp137 using AliasDecl = int; // expected-warning {{alias declarations are incompatible with C++98}} typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1087 Function *AliasDecl = Function::Create( in importFunction() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1100 Function *AliasDecl = Function::Create( in importFunction() local
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1783 AliasDecl, // C++11 alias-declaration. enumerator
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1086 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local
DSemaDeclCXX.cpp8961 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1175 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local
DSemaDeclCXX.cpp12731 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local