Home
last modified time | relevance | path

Searched refs:TypeAliasTemplate (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td71 def TypeAliasTemplate : DeclNode<RedeclarableTemplate>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp344 case Decl::TypeAliasTemplate: { in fill()
H A DDeclTemplate.cpp307 case TemplateDecl::TypeAliasTemplate: in isTypeAlias()
1659 case Decl::Kind::TypeAliasTemplate: in getReplacedTemplateParameterList()
H A DDeclBase.cpp949 case TypeAliasTemplate: in getIdentifierNamespaceForKind()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp197 case Decl::Kind::TypeAliasTemplate: in HandleNamedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp396 case Decl::TypeAliasTemplate: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp552 case Decl::TypeAliasTemplate: in emitDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp308 case Decl::TypeAliasTemplate: in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2544 : RedeclarableTemplateDecl(TypeAliasTemplate, C, DC, L, Name, Params,
2602 static bool classofKind(Kind K) { return K == TypeAliasTemplate; }
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp81 case Decl::TypeAliasTemplate: in EmitDecl()
H A DCodeGenModule.cpp7270 case Decl::TypeAliasTemplate: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h608 TypeAliasTemplate, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4278 case Decl::TypeAliasTemplate: in getCursorKindForDecl()
H A DSemaTemplate.cpp3999 << TAT << NonTagKind::TypeAliasTemplate << TagKind; in ActOnTagTemplateIdType()
H A DTreeTransform.h7537 << TAT << NonTagKind::TypeAliasTemplate in TransformElaboratedType()
H A DSemaDecl.cpp17267 return NonTagKind::TypeAliasTemplate; in getNonTagTypeDeclKind()