Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp175 Info.Kind = SymbolKind::TypeAlias; break; // Lang = C in getSymbolInfo()
309 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo()
313 case Decl::TypeAlias: in getSymbolInfo()
314 Info.Kind = SymbolKind::TypeAlias; in getSymbolInfo()
521 case SymbolKind::TypeAlias: return "type-alias"; in getSymbolKindString()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h37 TypeAlias, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h110 TypeAlias, enumerator
H A DDecl.h3653 : TypedefNameDecl(TypeAlias, C, DC, StartLoc, IdLoc, Id, TInfo), in TypeAliasDecl()
3669 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
H A DType.h2213 unsigned TypeAlias : 1;
6900 bool isTypeAlias() const { return TemplateSpecializationTypeBits.TypeAlias; }
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypeConstraints.td136 def CIR_AnyFP32Type : TypeAlias<CIR_AnySingleType>;
139 def CIR_AnyFP64Type : TypeAlias<CIR_AnyDoubleType>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp606 case Decl::TypeAlias: in FindTypeDiffs()
607 return TypeAlias; in FindTypeDiffs()
1263 case TypeAlias: in diagnoseMismatch()
1268 FirstDiffType == TypeAlias)) in diagnoseMismatch()
1615 case TypeAlias: in diagnoseMismatch()
2057 case TypeAlias: in diagnoseMismatch()
2186 case TypeAlias: in diagnoseMismatch()
H A DComment.cpp339 case Decl::TypeAlias: in fill()
H A DODRHash.cpp572 case Decl::TypeAlias: in isSubDeclToBeProcessed()
H A DDeclBase.cpp907 case TypeAlias: in getIdentifierNamespaceForKind()
H A DDecl.cpp1492 case Decl::TypeAlias: in computeLVForDecl()
H A DType.cpp4502 TemplateSpecializationTypeBits.TypeAlias = IsAlias; in TemplateSpecializationType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td25 def TypeAlias : DeclNode<TypedefName>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp439 if (auto TypeAlias = getEnclosingTypeAliasTemplateDecl(SemaRef); in HandleRecordDecl() local
440 ForConstraintInstantiation && TypeAlias) { in HandleRecordDecl()
442 TypeAlias.PrimaryTypeAliasDecl)) { in HandleRecordDecl()
443 Result.addOuterTemplateArguments(TypeAlias.Template, in HandleRecordDecl()
444 TypeAlias.AssociatedTemplateArguments, in HandleRecordDecl()
459 return Response::ChangeDecl(TypeAlias.Template->getDeclContext()); in HandleRecordDecl()
1755 if (auto TypeAlias = in ComputeLambdaDependency() local
1758 TypeAlias && TemplateInstArgsHelpers::isLambdaEnclosedByTypeAliasDecl( in ComputeLambdaDependency()
1759 LSI->CallOperator, TypeAlias.PrimaryTypeAliasDecl)) { in ComputeLambdaDependency()
1760 unsigned TypeAliasDeclDepth = TypeAlias.Template->getTemplateDepth(); in ComputeLambdaDependency()
[all …]
H A DSemaCodeComplete.cpp4276 case Decl::TypeAlias: in getCursorKindForDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp198 case Decl::Kind::TypeAlias: in HandleNamedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp376 case Decl::TypeAlias: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp625 case Decl::TypeAlias: { // using X = int; [C++0x] in emitDecl()
H A DCIRGenModule.cpp1264 case Decl::TypeAlias: // using foo = bar; [C++11] in emitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp893 TypeResult TypeAlias = in ParseAliasDeclarationAfterDeclarator() local
913 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp187 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
H A DCodeGenModule.cpp7469 case Decl::TypeAlias: // using foo = bar; [C++11] in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4860 case Decl::TypeAlias: in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5745 case Decl::TypeAlias: in HandleDeclInMainFile()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h606 TypeAlias, enumerator

12