Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:getAsCXXRecordDecl

747 static CXXRecordDecl *getAsCXXRecordDecl(const Type *TypeNode) {
758 return TypeNode->getAsCXXRecordDecl();
767 // template declaration, getAsCXXRecordDecl() returns the corresponding
772 // another template declaration, getAsCXXRecordDecl() returns NULL and
774 CXXRecordDecl *SpecializationDecl = TemplateType->getAsCXXRecordDecl();
786 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
803 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode);