Searched refs:TypeAlias (Results 1 – 19 of 19) sorted by relevance
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 23 def TypeAlias : DDecl<TypedefName>;
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 161 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 306 case Decl::TypeAlias: in fill()
|
D | Type.cpp | 2006 Template(T), NumArgs(NumArgs), TypeAlias(!AliasedType.isNull()) { in TemplateSpecializationType() 2036 if (TypeAlias) { in TemplateSpecializationType()
|
D | DeclBase.cpp | 549 case TypeAlias: in getIdentifierNamespaceForKind()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 424 case Decl::TypeAlias: { in PrintDeclContext()
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 1215 namespace TypeAlias {
|
/external/selinux/sepolgen/src/sepolgen/ |
D | refparser.py | 763 t = refpolicy.TypeAlias()
|
D | refpolicy.py | 404 class TypeAlias(Leaf): class
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 559 TypeResult TypeAlias; in ParseUsingDeclaration() local 616 TypeAlias = ParseTypeName(nullptr, TemplateInfo.Kind in ParseUsingDeclaration() 670 TypeAlias, DeclFromDeclSpec); in ParseUsingDeclaration()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2628 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 2644 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
D | Type.h | 3797 bool TypeAlias : 1; 3854 bool isTypeAlias() const { return TypeAlias; }
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 1074 case Decl::TypeAlias: in getEntityInfo()
|
D | CIndex.cpp | 4984 case Decl::TypeAlias: in clang_getCursorDefinition()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 115 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4918 case Decl::TypeAlias: in HandleDeclInMainFile()
|
D | RewriteModernObjC.cpp | 5895 case Decl::TypeAlias: in HandleDeclInMainFile()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2982 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()
|
D | SemaDeclCXX.cpp | 859 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|