/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 175 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo() 309 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 313 case Decl::TypeAlias: in getSymbolInfo() 314 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 521 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
|
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 37 TypeAlias, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 110 TypeAlias, enumerator
|
H A D | Decl.h | 3535 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 3551 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
H A D | Type.h | 2181 unsigned TypeAlias : 1; 6535 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 608 case Decl::TypeAlias: in FindTypeDiffs() 609 return TypeAlias; in FindTypeDiffs() 1265 case TypeAlias: in diagnoseMismatch() 1270 FirstDiffType == TypeAlias)) in diagnoseMismatch() 1617 case TypeAlias: in diagnoseMismatch() 2059 case TypeAlias: in diagnoseMismatch() 2188 case TypeAlias: in diagnoseMismatch()
|
H A D | ODRHash.cpp | 552 case Decl::TypeAlias: in isSubDeclToBeProcessed()
|
H A D | DeclBase.cpp | 898 case TypeAlias: in getIdentifierNamespaceForKind()
|
H A D | Type.cpp | 4290 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
|
H A D | Decl.cpp | 1486 case Decl::TypeAlias: in computeLVForDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 420 if (auto TypeAlias = getEnclosingTypeAliasTemplateDecl(SemaRef); in HandleRecordDecl() local 421 ForConstraintInstantiation && TypeAlias) { in HandleRecordDecl() 423 TypeAlias.PrimaryTypeAliasDecl)) { in HandleRecordDecl() 424 Result.addOuterTemplateArguments(TypeAlias.Template, in HandleRecordDecl() 425 TypeAlias.AssociatedTemplateArguments, in HandleRecordDecl() 440 return Response::ChangeDecl(TypeAlias.Template->getDeclContext()); in HandleRecordDecl() 1643 if (auto TypeAlias = in ComputeLambdaDependency() local 1646 TypeAlias && TemplateInstArgsHelpers::isLambdaEnclosedByTypeAliasDecl( in ComputeLambdaDependency() 1647 LSI->CallOperator, TypeAlias.PrimaryTypeAliasDecl)) { in ComputeLambdaDependency() 1648 unsigned TypeAliasDeclDepth = TypeAlias.Template->getTemplateDepth(); in ComputeLambdaDependency() [all …]
|
H A D | SemaCodeComplete.cpp | 4113 case Decl::TypeAlias: in getCursorKindForDecl()
|
H A D | SemaDeclCXX.cpp | 1898 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DeclNodes.td | 25 def TypeAlias : DeclNode<TypedefName>;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 198 case Decl::Kind::TypeAlias: in HandleNamedDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 370 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 977 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local 997 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 180 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
H A D | CodeGenModule.cpp | 7143 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 5779 case Decl::TypeAlias: in HandleDeclInMainFile()
|