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

  /external/clang/include/clang/Basic/
TargetCXXABI.h 117 bool isMicrosoft() const {
135 return !isMicrosoft();
146 return isMicrosoft();
  /external/clang/lib/CodeGen/
CGVTables.cpp 33 if (CGM.getTarget().getCXXABI().isMicrosoft()) {
399 if (CGM.getTarget().getCXXABI().isMicrosoft()) {
    [all...]
CGClass.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 686 return getCXXABI().isMicrosoft();
    [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 105 milliseconds