Searched defs:getAsCXXRecordDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp617 static CXXRecordDecl *getAsCXXRecordDecl(const Type *TypeNode) { function in namespace:clang::ast_matchers::internal::__anon16964
628 return TypeNode->getAsCXXRecordDecl();
637 // template declaration, getAsCXXRecordDecl() returns the corresponding
642 // another template declaration, getAsCXXRecordDecl() returns NULL and
644 CXXRecordDecl *SpecializationDecl = TemplateType->getAsCXXRecordDecl();
656 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
673 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode);
/external/clang/lib/AST/
H A DType.cpp542 CXXRecordDecl *Type::getAsCXXRecordDecl() const { function in class:Type
2464 type->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
2472 return getClass()->getAsCXXRecordDecl()->getMostRecentDecl();

Completed in 138 milliseconds