Searched defs:VTPSD (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclTemplate.cpp | 1422 if (const auto *VTPSD = getSourceRange() local |
H A D | DeclBase.cpp | 279 if (auto *VTPSD = dyn_cast<VarTemplatePartialSpecializationDecl>(this)) getDescribedTemplateParams() local |
H A D | Decl.cpp | 2706 if (auto *VTPSD = getTemplateInstantiationPattern() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5584 if (const auto *VTPSD = dyn_cast<VarTemplatePartialSpecializationDecl>(DC)) constraintsForTemplatedEntity() local |