Home
last modified time | relevance | path

Searched refs:TypeAlias (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp174 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 DIndexSymbol.h37 TypeAlias, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td25 def TypeAlias : DeclNode<TypedefName>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp322 case Decl::TypeAlias: in fill()
H A DODRHash.cpp459 case Decl::TypeAlias: in isDeclToBeProcessed()
H A DDeclBase.cpp771 case TypeAlias: in getIdentifierNamespaceForKind()
H A DType.cpp3643 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
H A DDecl.cpp1384 case Decl::TypeAlias: in computeLVForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp354 case Decl::TypeAlias: in isRedeclarableDeclKind()
H A DASTReader.cpp9553 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 DInterfaceStubFunctionsConsumer.cpp197 case Decl::Kind::TypeAlias: in HandleNamedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3269 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl()
3285 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
H A DType.h1740 unsigned TypeAlias : 1;
5166 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1255 case SymbolKind::TypeAlias: in getEntityKindFromSymbolKind()
H A DCIndex.cpp6425 case Decl::TypeAlias: in clang_getCursorDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp835 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local
855 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp168 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
H A DCodeGenModule.cpp5910 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4893 case Decl::TypeAlias: in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5793 case Decl::TypeAlias: in HandleDeclInMainFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3880 case Decl::TypeAlias: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp1844 case Decl::TypeAlias: { in CheckConstexprDeclStmt()