Searched refs:HasThisPointer (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.cpp | 21 bool HasThisPointer, bool HasRVO, bool IsLambdaStaticInvoker) in Function() argument 25 IsFullyCompiled(false), HasThisPointer(HasThisPointer), HasRVO(HasRVO), in Function()
|
| H A D | Function.h | 193 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer() 235 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer, 290 unsigned HasThisPointer : 1;
|
| H A D | Context.cpp | 463 bool HasThisPointer = false; in getOrCreateFunction() local 466 HasThisPointer = MD->isInstance(); in getOrCreateFunction() 508 std::move(ParamOffsets), HasThisPointer, HasRVO, IsLambdaStaticInvoker); in getOrCreateFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8160 void Sema::adjustMemberFunctionCC(QualType &T, bool HasThisPointer, in adjustMemberFunctionCC() argument 8168 Context.getDefaultCallingConvention(IsVariadic, HasThisPointer); in adjustMemberFunctionCC() 8188 Context.getDefaultCallingConvention(IsVariadic, !HasThisPointer); in adjustMemberFunctionCC()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 15090 void adjustMemberFunctionCC(QualType &T, bool HasThisPointer,
|