/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
H A D | Locale.pm | 38 my %TypeAlias = qw( 53 $locale =~ s/_([0-9a-z]+)\z/$TypeAlias{$1} ? 54 "_$TypeAlias{$1}" : "_$1"/e;
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-debuginfo-analyzer.rst | 837 [003] 4 {TypeAlias} 'INTEGER' -> 'int' 879 [003] 4 {TypeAlias} 'INTEGER' -> 'int' 886 [004] 4 {TypeAlias} 'INTEGER' -> 'int' 1338 [003] {TypeAlias} 'FLOAT' -> 'float' 1339 [003] {TypeAlias} 'INT' -> 'int' 1345 [004] {TypeAlias} 'FLOAT' -> 'float' 1346 [003] {TypeAlias} 'INT' -> 'int' 1352 [003] 7 {TypeAlias} 'FLOAT' -> 'float' 1353 [003] 4 {TypeAlias} 'INT' -> 'int' 1359 [004] 7 {TypeAlias} 'FLOAT' -> 'float' [all …]
|
/openbsd/gnu/llvm/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() 521 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
|
/openbsd/gnu/llvm/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 37 TypeAlias, enumerator
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 110 TypeAlias, enumerator
|
H A D | Decl.h | 3416 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl() 3432 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
|
H A D | Type.h | 1868 unsigned TypeAlias : 1; 5420 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 606 case Decl::TypeAlias: in FindTypeDiffs() 607 return TypeAlias; in FindTypeDiffs() 1260 case TypeAlias: in diagnoseMismatch() 1265 FirstDiffType == TypeAlias)) in diagnoseMismatch() 1607 case TypeAlias: in diagnoseMismatch() 2048 case TypeAlias: in diagnoseMismatch() 2176 case TypeAlias: in diagnoseMismatch()
|
H A D | Comment.cpp | 328 case Decl::TypeAlias: in fill()
|
H A D | ODRHash.cpp | 541 case Decl::TypeAlias: in isSubDeclToBeProcessed()
|
H A D | DeclBase.cpp | 786 case TypeAlias: in getIdentifierNamespaceForKind()
|
H A D | Type.cpp | 3790 TemplateSpecializationTypeBits.TypeAlias = !AliasedType.isNull(); in TemplateSpecializationType()
|
H A D | Decl.cpp | 1442 case Decl::TypeAlias: in computeLVForDecl()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DeclNodes.td | 25 def TypeAlias : DeclNode<TypedefName>;
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 197 case Decl::Kind::TypeAlias: in HandleNamedDecl()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 357 case Decl::TypeAlias: in isRedeclarableDeclKind()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 1268 case SymbolKind::TypeAlias: in getEntityKindFromSymbolKind()
|
H A D | CIndex.cpp | 6685 case Decl::TypeAlias: in clang_getCursorDefinition()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 922 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local 942 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 178 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
|
H A D | CodeGenModule.cpp | 6554 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 4881 case Decl::TypeAlias: in HandleDeclInMainFile()
|
H A D | RewriteModernObjC.cpp | 5782 case Decl::TypeAlias: in HandleDeclInMainFile()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4031 case Decl::TypeAlias: in getCursorKindForDecl()
|
H A D | SemaDeclCXX.cpp | 1878 case Decl::TypeAlias: { in CheckConstexprDeclStmt()
|