| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 37 TypeAlias, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 110 TypeAlias, enumerator
|
| H A D | Decl.h | 3519 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 3535 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
| H A D | Type.h | 1955 unsigned TypeAlias : 1; 5621 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
|
| /freebsd-14.2/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() 1612 case TypeAlias: in diagnoseMismatch() 2054 case TypeAlias: in diagnoseMismatch() 2183 case TypeAlias: in diagnoseMismatch()
|
| H A D | Comment.cpp | 332 case Decl::TypeAlias: in fill()
|
| H A D | ODRHash.cpp | 545 case Decl::TypeAlias: in isSubDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 859 case TypeAlias: in getIdentifierNamespaceForKind()
|
| H A D | Type.cpp | 4061 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
|
| H A D | Decl.cpp | 1486 case Decl::TypeAlias: in computeLVForDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 25 def TypeAlias : DeclNode<TypedefName>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 197 case Decl::Kind::TypeAlias: in HandleNamedDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 362 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 922 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local 942 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 177 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6997 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4881 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5781 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4108 case Decl::TypeAlias: in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 1913 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|