Searched refs:TemplateTemplateParm (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h58 TemplateTemplateParm, member in class:clang::index::SymbolKind
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp368 case Decl::TemplateTemplateParm:
369 Info.Kind = SymbolKind::TemplateTemplateParm;
538 case SymbolKind::TemplateTemplateParm: return "template-template-param";
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp812 : TemplateDecl(TemplateTemplateParm, DC, L, Id, Params),
1473 auto *TemplateTemplateParm = TemplateTemplateParmDecl::Create( local
1476 TemplateTemplateParm->setImplicit(true);
1491 NamedDecl *Params[] = {TemplateTemplateParm, TemplateTypeParm,
1628 case Decl::Kind::TemplateTemplateParm:
H A DDeclBase.cpp899 case TemplateTemplateParm:
H A DODRDiagsEmitter.cpp1371 case Decl::TemplateTemplateParm:
H A DDecl.cpp1494 case Decl::TemplateTemplateParm: // count these as external
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp201 case Decl::Kind::TemplateTemplateParm:
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp404 case Decl::TemplateTemplateParm:
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1617 : TemplateDecl(TemplateTemplateParm, DC, L, Id, Params),
1750 static bool classofKind(Kind K) { return K == TemplateTemplateParm; }
H A DDeclBase.h2750 getKind() == TemplateTemplateParm;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp78 case Decl::TemplateTemplateParm:
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4122 case Decl::TemplateTemplateParm:

Completed in 294 milliseconds