Searched refs:IsMemberFunction (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.cpp | 82 Proc(std::move(Proc)), Index(Index), IsMemberFunction(false) {} in NativeTypeFunctionSig() 91 if (IsMemberFunction) { in initialize() 123 if (IsMemberFunction) in dump() 146 if (!IsMemberFunction) in getClassParentId() 153 return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv; in getCallingConvention() 157 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount() 163 IsMemberFunction ? MemberFunc.getReturnType() : Proc.getReturnType(); in getTypeId() 170 return IsMemberFunction ? MemberFunc.getThisPointerAdjustment() : 0; in getThisAdjust() 174 if (!IsMemberFunction) in hasConstructor() 184 if (!IsMemberFunction) in isConstructorVirtualBase() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 371 inline bool inheritanceModelHasNVOffsetField(bool IsMemberFunction, in inheritanceModelHasNVOffsetField() argument 373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField() 381 inline bool inheritanceModelHasOnlyOneField(bool IsMemberFunction, in inheritanceModelHasOnlyOneField() argument 383 if (IsMemberFunction) in inheritanceModelHasOnlyOneField()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.h | 64 bool IsMemberFunction = false; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 649 bool IsMemberFunction, 2844 bool IsMemberFunction, in EmitFullMemberPointer() argument 2852 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer() 2858 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7455 bool IsMemberFunction, SourceLocation Loc, in checkCall() argument 7468 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 7634 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local 7649 } else if (IsMemberFunction && !FDecl->isStatic() && in CheckFunctionCall() 7671 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13869 bool IsMemberFunction, SourceLocation Loc, SourceRange Range,
|