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

  /external/clang/include/clang/Basic/
TargetCXXABI.h 155 bool isMicrosoft() const {
207 return !isMicrosoft();
218 return isMicrosoft();
  /external/clang/include/clang/AST/
VTableBuilder.h 299 bool isMicrosoft() const { return IsMicrosoftABI; }
391 return !VT->isMicrosoft();
561 static bool classof(const VTableContextBase *VT) { return VT->isMicrosoft(); }
  /external/clang/lib/CodeGen/
CGCXX.cpp 267 assert(!CGF.CGM.getTarget().getCXXABI().isMicrosoft() &&
ModuleBuilder.cpp 178 if (Ctx->getTargetInfo().getCXXABI().isMicrosoft()) {
CGRecordLayoutBuilder.cpp 109 return Context.getTargetInfo().getCXXABI().isMicrosoft() ||
118 return !Context.getTargetInfo().getCXXABI().isMicrosoft();
    [all...]
CGException.cpp 63 getTarget().getCXXABI().isMicrosoft()) {
450 if (getTarget().getCXXABI().isMicrosoft())
528 if (getTarget().getCXXABI().isMicrosoft())
    [all...]
CGDecl.cpp     [all...]
CGClass.cpp     [all...]
CGDebugInfo.cpp 664 if (CGM.getTarget().getCXXABI().isMicrosoft())
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 785 if (Context.getTargetInfo().getCXXABI().isMicrosoft()) {
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp 689 Context.getTargetInfo().getCXXABI().isMicrosoft())
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]