Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp21 bool HasThisPointer, bool HasRVO, bool IsLambdaStaticInvoker) in Function() argument
25 IsFullyCompiled(false), HasThisPointer(HasThisPointer), HasRVO(HasRVO), in Function()
H A DFunction.h193 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer()
235 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer,
290 unsigned HasThisPointer : 1;
H A DContext.cpp463 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 DSemaType.cpp8160 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 DSema.h15090 void adjustMemberFunctionCC(QualType &T, bool HasThisPointer,