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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 88 if (RD->isPolymorphic() && !Base->isPolymorphic())
CXXInheritance.cpp 499 if (!BaseDecl->isPolymorphic())
DeclCXX.cpp 196 if (BaseClassDecl->isPolymorphic())
    [all...]
ExprCXX.cpp 37 if (RD->isPolymorphic() && E->isGLValue())
    [all...]
VTableBuilder.cpp 387 if (!BaseDecl->isPolymorphic())
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 133 virtual void isPolymorphic();
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 157 virtual bool isPolymorphic() const { return false; }
629 bool isPolymorphic() const override { return true; }
Registry.cpp 413 bool IsPolymorphic = I->second->isPolymorphic();
427 if (IsPolymorphic)
436 if (IsPolymorphic) {
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaExprCXX.cpp 412 if (RecordD->isPolymorphic() && E->isGLValue()) {
    [all...]
SemaCast.cpp 670 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 815 if (info->record()->isPolymorphic())
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 702 return cxx_record_decl->isPolymorphic();
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 300 milliseconds