Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DAttr.td2152 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
2153 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
2160 static bool hasOnlyOneField(bool IsMemberFunction,
2162 if (IsMemberFunction)
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp594 bool IsMemberFunction,
2570 bool IsMemberFunction, in EmitFullMemberPointer() argument
2578 if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2584 if (MSInheritanceAttr::hasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
/external/clang/lib/Sema/
DSemaChecking.cpp2085 ArrayRef<const Expr *> Args, bool IsMemberFunction, in checkCall() argument
2099 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
2152 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
2166 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
/external/clang/include/clang/Sema/
DSema.h9357 ArrayRef<const Expr *> Args, bool IsMemberFunction,