Searched refs:isPolymorphic (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp88 if (RD->isPolymorphic() && !Base->isPolymorphic())
113 return this->isPolymorphic() ? MSIM_MultiplePolymorphic : MSIM_Multiple;
114 return this->isPolymorphic() ? MSIM_SinglePolymorphic : MSIM_Single;
H A DCXXInheritance.cpp508 if (!BaseDecl->isPolymorphic())
H A DDeclCXX.cpp194 if (BaseClassDecl->isPolymorphic())
H A DExprCXX.cpp37 if (RD->isPolymorphic() && E->isGLValue())
H A DVTableBuilder.cpp382 if (!BaseDecl->isPolymorphic())
2810 if (!RD->isPolymorphic())
H A DRecordLayoutBuilder.cpp1872 if (!RD->isPolymorphic())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp853 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic())
H A DSemaExprCXX.cpp384 if (RecordD->isPolymorphic() && E->isGLValue()) {
2379 if (PointeeRD->isPolymorphic() && !PointeeRD->hasAttr<FinalAttr>()) {
3306 return RD->isPolymorphic();
H A DSemaCast.cpp664 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
H A DSemaDeclCXX.cpp4368 if (Record->isPolymorphic() && !Record->isDependentType()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1103 bool isPolymorphic() const { return data().Polymorphic; } function in class:clang::CXXRecordDecl

Completed in 131 milliseconds