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

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 221 bool IsMemberFunction,
640 static bool hasOnlyOneField(bool IsMemberFunction,
643 (!IsMemberFunction && Inheritance <= MSIM_MultiplePolymorphic);
648 static bool hasNonVirtualBaseAdjustmentField(bool IsMemberFunction,
650 return (IsMemberFunction && Inheritance >= MSIM_Multiple);
743 bool IsMemberFunction,
751 if (hasOnlyOneField(IsMemberFunction, Inheritance))
757 if (hasNonVirtualBaseAdjustmentField(IsMemberFunction, Inheritance))
779 return EmitFullMemberPointer(FirstField, /*IsMemberFunction=*/false, RD,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 708 bool IsMemberFunction,
724 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc,
767 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
776 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) ||
792 IsMemberFunction, TheCall->getRParenLoc(),
822 /*IsMemberFunction=*/false,
851 NumProtoArgs, /*IsMemberFunction=*/false,
868 NumProtoArgs, /*IsMemberFunction=*/false,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 41 milliseconds