HomeSort by relevance Sort by last modified time
    Searched refs:isPolymorphic (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 67 if (RD->isPolymorphic() && !Base->isPolymorphic())
92 return this->isPolymorphic() ? MSIM_MultiplePolymorphic : MSIM_Multiple;
93 return this->isPolymorphic() ? MSIM_SinglePolymorphic : MSIM_Single;
CXXInheritance.cpp 508 if (!BaseDecl->isPolymorphic())
RecordLayoutBuilder.cpp     [all...]
VTableBuilder.cpp 382 if (!BaseDecl->isPolymorphic())
    [all...]
DeclCXX.cpp 179 if (BaseClassDecl->isPolymorphic())
    [all...]
ExprCXX.cpp 37 if (RD->isPolymorphic() && E->isGLValue())
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 118 virtual void isPolymorphic();
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaExprCXX.cpp 382 if (RecordD->isPolymorphic() && E->isGLValue()) {
    [all...]
SemaCast.cpp 662 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 587 milliseconds