Home
last modified time | relevance | path

Searched refs:HasThisPointer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp23 bool HasThisPointer, bool HasRVO, bool UnevaluatedBuiltin) in Function() argument
26 ParamOffsets(std::move(ParamOffsets)), HasThisPointer(HasThisPointer), in Function()
H A DFunction.h171 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer()
214 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer,
265 bool HasThisPointer = false; variable
H A DByteCodeEmitter.cpp90 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 DSemaType.cpp7997 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 DSema.h14776 void adjustMemberFunctionCC(QualType &T, bool HasThisPointer,