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

/freebsd-10-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c79 AcpiExCheckObjectType( ACPI_OBJECT_TYPE TypeNeeded, ACPI_OBJECT_TYPE ThisType, void *Object) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp248 QualType ThisType = MD->getThisType(getContext()); local
286 QualType ThisType = MD->getThisType(getContext()); local
287 CallArgs.add(RValue::get(AdjustedThisPtr), ThisType); local
H A DCGExprCXX.cpp267 QualType ThisType = local
271 Args.add(RValue::get(This), ThisType); local
H A DCGCall.cpp186 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); local
H A DCGClass.cpp2160 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); local
2162 CallArgs.add(RValue::get(ThisPtr), ThisType); local
2192 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); local
2194 CallArgs.add(RValue::get(ThisPtr), ThisType); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp704 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp1022 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); local
H A DSemaTemplate.cpp417 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); local
H A DSemaOverload.cpp2979 QualType ThisType = Constructor->getThisType(S.Context); local
3175 QualType ThisType = Constructor->getThisType(S.Context); local
H A DTreeTransform.h2048 RebuildCXXThisExpr(SourceLocation ThisLoc, QualType ThisType, bool isImplicit) argument
H A DSemaExpr.cpp2040 QualType ThisType = MD->getThisType(Context); local

Completed in 330 milliseconds