Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp980 using CTPSDecl = ClassTemplatePartialSpecializationDecl; in getSourceRange() typedef
981 auto *ctpsd = const_cast<CTPSDecl *>(cast<CTPSDecl>(this)); in getSourceRange()
982 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); in getSourceRange()