Searched refs:HasThisPointer (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp | 23 bool HasThisPointer, bool HasRVO, bool UnevaluatedBuiltin) in Function() argument 26 ParamOffsets(std::move(ParamOffsets)), HasThisPointer(HasThisPointer), in Function()
|
H A D | Function.h | 171 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer() 214 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer, 265 bool HasThisPointer = false; variable
|
H A D | ByteCodeEmitter.cpp | 90 bool HasThisPointer = false; in compileFunc() local 93 HasThisPointer = MD->isInstance(); in compileFunc() 156 HasThisPointer, HasRVO, IsUnevaluatedBuiltin); in compileFunc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 7997 void Sema::adjustMemberFunctionCC(QualType &T, bool HasThisPointer, in adjustMemberFunctionCC() argument 8005 Context.getDefaultCallingConvention(IsVariadic, HasThisPointer); in adjustMemberFunctionCC() 8025 Context.getDefaultCallingConvention(IsVariadic, !HasThisPointer); in adjustMemberFunctionCC()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 14776 void adjustMemberFunctionCC(QualType &T, bool HasThisPointer,
|