Searched refs:IsMemberFunction (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.cpp | 81 Proc(std::move(Proc)), Index(Index), IsMemberFunction(false) {} in NativeTypeFunctionSig() 87 MemberFunc(std::move(MemberFunc)), Index(Index), IsMemberFunction(true) {} in NativeTypeFunctionSig() 90 if (IsMemberFunction) { in initialize() 122 if (IsMemberFunction) in dump() 145 if (!IsMemberFunction) in getClassParentId() 152 return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv; in getCallingConvention() 156 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount() 162 IsMemberFunction ? MemberFunc.getReturnType() : Proc.getReturnType(); in getTypeId() 169 return IsMemberFunction ? MemberFunc.getThisPointerAdjustment() : 0; in getThisAdjust() 173 if (!IsMemberFunction) in hasConstructor() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.h | 67 bool IsMemberFunction = false; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 618 bool IsMemberFunction, 2729 bool IsMemberFunction, in EmitFullMemberPointer() argument 2737 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer() 2743 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4594 bool IsMemberFunction, SourceLocation Loc, in checkCall() argument 4607 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 4710 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local 4725 } else if (IsMemberFunction) in CheckFunctionCall() 4746 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 12427 bool IsMemberFunction, SourceLocation Loc, SourceRange Range,
|