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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 78 case attr::MultipleInheritance: return MSIM_Multiple;
92 return this->isPolymorphic() ? MSIM_MultiplePolymorphic : MSIM_Multiple;
141 case MSIM_Multiple: ++Ints; // NonVirtualBaseAdjustment
153 case MSIM_Multiple: // Nothing
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 650 return (IsMemberFunction && Inheritance >= MSIM_Multiple);
664 return Inheritance != MSIM_Multiple && Inheritance != MSIM_Single;
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 265 MSIM_Multiple,
    [all...]

Completed in 128 milliseconds