Searched defs:ThisType (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c187 AcpiExCheckObjectType( ACPI_OBJECT_TYPE TypeNeeded, ACPI_OBJECT_TYPE ThisType, void *Object) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp245 QualType ThisType = MD->getThisType(); local
326 QualType ThisType = MD->getThisType(); local
327 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType); local
406 llvm::Type *ThisType = Args[ThisArgNo]->getType(); local
413 llvm::Type *ThisType = ThisAddr.getElementType(); local
[all...]
H A DCGCall.cpp289 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); local
H A DCGExprCXX.cpp463 QualType ThisType = local
467 Args.add(RValue::get(ThisPtrForCall), ThisType); local
H A DCGClass.cpp2037 QualType ThisType = D->getThisType(); local
2890 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); local
2892 CallArgs.add(RValue::get(ThisPtr.getPointer()), ThisType); local
2909 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); local
2911 CallArgs.add(RValue::get(ThisPtr), ThisType); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h202 TypeIndex ThisType; member in class:llvm::codeview::MemberFunctionRecord
181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp774 QualType ThisType = Constructor->getThisType()->getPointeeType(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1590 auto ThisType = Results.getSema().getCurrentThisType(); local
4127 auto ThisType = getCurrentThisType(); local
H A DSemaDeclAttr.cpp1176 QualType ThisType = MD->getThisType()->getPointeeType(); local
H A DSemaTemplate.cpp744 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); local
H A DTreeTransform.h2770 RebuildCXXThisExpr(SourceLocation ThisLoc, QualType ThisType, bool isImplicit) argument
H A DSemaExpr.cpp2239 QualType ThisType = S.getCurrentThisType(); local

Completed in 305 milliseconds