Searched refs:TypeAlias (Results 1 – 22 of 22) sorted by relevance
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 95 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo() 215 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 219 case Decl::TypeAlias: in getSymbolInfo() 220 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 326 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
|
/external/clang/include/clang/Index/ |
D | IndexSymbol.h | 37 TypeAlias, enumerator
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 25 def TypeAlias : DDecl<TypedefName>;
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 1209 namespace TypeAlias { 1424 namespace TypeAlias {
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 247 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 306 case Decl::TypeAlias: in fill()
|
D | DeclBase.cpp | 624 case TypeAlias: in getIdentifierNamespaceForKind()
|
D | Type.cpp | 3132 Template(T), NumArgs(Args.size()), TypeAlias(!AliasedType.isNull()) { in TemplateSpecializationType() 3162 if (TypeAlias) { in TemplateSpecializationType()
|
D | Decl.cpp | 1259 case Decl::TypeAlias: in computeLVForDecl()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 422 case Decl::TypeAlias: { in PrintDeclContext()
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | refparser.py | 766 t = refpolicy.TypeAlias()
|
D | refpolicy.py | 406 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 | 2707 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 2723 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
D | Type.h | 4174 unsigned TypeAlias : 1; 4227 bool isTypeAlias() const { return TypeAlias; }
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 1255 case SymbolKind::TypeAlias: in getEntityKindFromSymbolKind()
|
D | CIndex.cpp | 5602 case Decl::TypeAlias: in clang_getCursorDefinition()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 128 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4883 case Decl::TypeAlias: in HandleDeclInMainFile()
|
D | RewriteModernObjC.cpp | 5794 case Decl::TypeAlias: in HandleDeclInMainFile()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3050 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()
|
D | SemaDeclCXX.cpp | 882 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|