Searched refs:TypeAlias (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DeclNodes.td | 23 def TypeAlias : DDecl<TypedefName>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 161 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Comment.cpp | 306 case Decl::TypeAlias: in fill()
|
| HD | DeclBase.cpp | 560 case TypeAlias: in getIdentifierNamespaceForKind()
|
| HD | Type.cpp | 2981 Template(T), NumArgs(NumArgs), TypeAlias(!AliasedType.isNull()) { in TemplateSpecializationType() 3011 if (TypeAlias) { in TemplateSpecializationType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 424 case Decl::TypeAlias: { in PrintDeclContext()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 560 TypeResult TypeAlias; in ParseUsingDeclaration() local 617 TypeAlias = ParseTypeName(nullptr, TemplateInfo.Kind in ParseUsingDeclaration() 671 TypeAlias, DeclFromDeclSpec); in ParseUsingDeclaration()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 2674 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 2690 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
| HD | Type.h | 3958 bool TypeAlias : 1; 4015 bool isTypeAlias() const { return TypeAlias; }
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 117 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 4914 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| HD | RewriteModernObjC.cpp | 5891 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCodeComplete.cpp | 3038 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()
|
| HD | SemaDeclCXX.cpp | 884 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|