Searched refs:TypeAlias (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 170 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo() 303 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 307 case Decl::TypeAlias: in getSymbolInfo() 308 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 468 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 38 TypeAlias, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 27 def TypeAlias : DDecl<TypedefName>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 328 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
| H A D | ASTReader.cpp | 9975 TypeAlias, in diagnoseOdrViolations() enumerator 10009 case Decl::TypeAlias: in diagnoseOdrViolations() 10010 return TypeAlias; in diagnoseOdrViolations() 10700 case TypeAlias: in diagnoseOdrViolations() 10709 << (FirstDiffType == TypeAlias) << FirstName; in diagnoseOdrViolations() 10712 << (FirstDiffType == TypeAlias) << SecondName; in diagnoseOdrViolations() 10723 << (FirstDiffType == TypeAlias) << FirstName << FirstType; in diagnoseOdrViolations() 10726 << (FirstDiffType == TypeAlias) << SecondName << SecondType; in diagnoseOdrViolations()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Comment.cpp | 308 case Decl::TypeAlias: in fill()
|
| H A D | ODRHash.cpp | 449 case Decl::TypeAlias: in isWhitelistedDecl()
|
| H A D | DeclBase.cpp | 738 case TypeAlias: in getIdentifierNamespaceForKind()
|
| H A D | Type.cpp | 3322 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
|
| H A D | Decl.cpp | 1341 case Decl::TypeAlias: in computeLVForDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 3044 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 3060 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
| H A D | Type.h | 1659 unsigned TypeAlias : 1; 4889 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 819 TypeResult TypeAlias = ParseTypeName( in ParseAliasDeclarationAfterDeclarator() local 839 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 146 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4878 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5785 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3405 case Decl::TypeAlias: in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 1674 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|