Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1820 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
1821 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
1828 static bool hasOnlyOneField(bool IsMemberFunction,
1830 if (IsMemberFunction)
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp480 bool IsMemberFunction,
2041 bool IsMemberFunction, in EmitFullMemberPointer() argument
2049 if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2055 if (MSInheritanceAttr::hasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp1007 unsigned NumParams, bool IsMemberFunction, in checkCall() argument
1021 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
1065 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
1080 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8519 unsigned NumParams, bool IsMemberFunction, SourceLocation Loc,