Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp789 typedef ClassTemplatePartialSpecializationDecl CTPSDecl; in getSourceRange() typedef
790 CTPSDecl *ctpsd = const_cast<CTPSDecl*>(cast<CTPSDecl>(this)); in getSourceRange()
791 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); in getSourceRange()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp955 using CTPSDecl = ClassTemplatePartialSpecializationDecl; in getSourceRange() typedef
956 auto *ctpsd = const_cast<CTPSDecl *>(cast<CTPSDecl>(this)); in getSourceRange()
957 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); in getSourceRange()