Searched defs:VTPSD (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 257 if (auto *VTPSD = dyn_cast<VarTemplatePartialSpecializationDecl>(this)) getDescribedTemplateParams() local |
H A D | DeclTemplate.cpp | 1620 if (const auto *VTPSD = getReplacedTemplateParameterList() local |
H A D | Decl.cpp | 2708 if (auto *VTPSD = getTemplateInstantiationPattern() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5569 if (const auto *VTPSD = dyn_cast<VarTemplatePartialSpecializationDecl>(DC)) constraintsForTemplatedEntity() local |