Home
last modified time | relevance | path

Searched refs:IsMemberFunction (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DAttr.td2017 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
2018 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
2025 static bool hasOnlyOneField(bool IsMemberFunction,
2027 if (IsMemberFunction)
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp594 bool IsMemberFunction,
2562 bool IsMemberFunction, in EmitFullMemberPointer() argument
2570 if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2576 if (MSInheritanceAttr::hasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
/external/clang/lib/Sema/
DSemaChecking.cpp1371 ArrayRef<const Expr *> Args, bool IsMemberFunction, in checkCall() argument
1385 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
1438 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
1452 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
/external/clang/include/clang/Sema/
DSema.h8975 ArrayRef<const Expr *> Args, bool IsMemberFunction,