Searched refs:TypeAlias (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 23 def TypeAlias : DDecl<TypedefName>;
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 275 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 306 case Decl::TypeAlias: in fill()
|
D | DeclBase.cpp | 587 case TypeAlias: in getIdentifierNamespaceForKind()
|
D | Type.cpp | 3127 Template(T), NumArgs(NumArgs), TypeAlias(!AliasedType.isNull()) { in TemplateSpecializationType() 3157 if (TypeAlias) { in TemplateSpecializationType()
|
D | Decl.cpp | 1256 case Decl::TypeAlias: in computeLVForDecl()
|
/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 | 762 t = refpolicy.TypeAlias()
|
D | refpolicy.py | 403 class TypeAlias(Leaf): class
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 567 TypeResult TypeAlias; in ParseUsingDeclaration() local 624 TypeAlias = ParseTypeName(nullptr, TemplateInfo.Kind in ParseUsingDeclaration() 678 TypeAlias, DeclFromDeclSpec); in ParseUsingDeclaration()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2690 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 2706 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
D | Type.h | 4004 bool TypeAlias : 1; 4060 bool isTypeAlias() const { return TypeAlias; }
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 1074 case Decl::TypeAlias: in getEntityInfo()
|
D | CIndex.cpp | 5237 case Decl::TypeAlias: in clang_getCursorDefinition()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 119 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4903 case Decl::TypeAlias: in HandleDeclInMainFile()
|
D | RewriteModernObjC.cpp | 5872 case Decl::TypeAlias: in HandleDeclInMainFile()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3038 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()
|
D | SemaDeclCXX.cpp | 882 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|