Searched refs:PrevTSK (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8468 /// \param PrevTSK the kind of the old explicit specialization or instantiatin.
8482 TemplateSpecializationKind PrevTSK,
8491 (PrevTSK == TSK_Undeclared || PrevTSK == TSK_ImplicitInstantiation) &&
8496 switch (PrevTSK) {
8516 assert((PrevTSK == TSK_ImplicitInstantiation ||
8535 << (PrevTSK != TSK_ImplicitInstantiation);
8539 llvm_unreachable("The switch over PrevTSK must be exhaustive.");
8542 switch (PrevTSK) {
8582 switch (PrevTSK) {
8479 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, TemplateSpecializationKind NewTSK, NamedDecl *PrevDecl, TemplateSpecializationKind PrevTSK, SourceLocation PrevPointOfInstantiation, bool &HasNoEffect) argument
9863 TemplateSpecializationKind PrevTSK = Prev->getTemplateSpecializationKind(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7131 TemplateSpecializationKind PrevTSK,

Completed in 133 milliseconds