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

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 77 case attr::SingleInheritance: return MSIM_Single;
93 return this->isPolymorphic() ? MSIM_SinglePolymorphic : MSIM_Single;
143 case MSIM_Single: break; // Nothing
155 case MSIM_Single: ++Ints; // Field offset
  /external/clang/include/clang/AST/
DeclCXX.h 263 MSIM_Single,
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 664 return Inheritance != MSIM_Multiple && Inheritance != MSIM_Single;
    [all...]

Completed in 146 milliseconds