| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 174 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo() 308 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 312 case Decl::TypeAlias: in getSymbolInfo() 313 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo() 513 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 37 TypeAlias, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 25 def TypeAlias : DeclNode<TypedefName>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Comment.cpp | 322 case Decl::TypeAlias: in fill()
|
| H A D | ODRHash.cpp | 459 case Decl::TypeAlias: in isDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 771 case TypeAlias: in getIdentifierNamespaceForKind()
|
| H A D | Type.cpp | 3643 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
|
| H A D | Decl.cpp | 1384 case Decl::TypeAlias: in computeLVForDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 354 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
| H A D | ASTReader.cpp | 9553 TypeAlias, in diagnoseOdrViolations() enumerator 9869 case Decl::TypeAlias: in diagnoseOdrViolations() 9870 return TypeAlias; in diagnoseOdrViolations() 10784 case TypeAlias: in diagnoseOdrViolations() 10789 FirstDiffType == TypeAlias); in diagnoseOdrViolations()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 197 case Decl::Kind::TypeAlias: in HandleNamedDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 3269 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 3285 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
| H A D | Type.h | 1740 unsigned TypeAlias : 1; 5166 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 1255 case SymbolKind::TypeAlias: in getEntityKindFromSymbolKind()
|
| H A D | CIndex.cpp | 6425 case Decl::TypeAlias: in clang_getCursorDefinition()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 835 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local 855 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 168 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
| H A D | CodeGenModule.cpp | 5910 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4893 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5793 case Decl::TypeAlias: in HandleDeclInMainFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3880 case Decl::TypeAlias: in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 1844 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|