Home
last modified time | relevance | path

Searched defs:ThisType (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
Dexresop.c189 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp245 QualType ThisType = MD->getThisType(); in StartThunk() local
326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk() local
408 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local
415 llvm::Type *ThisType = ThisAddr.getElementType(); in EmitMustTailThunk() local
DCGClass.cpp2060 QualType ThisType = D->getThisType(); in EmitCXXConstructorCall() local
2923 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local
2942 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
DCGExprCXX.cpp464 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
DCGCall.cpp294 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h176 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
196 TypeIndex ThisType; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DConsumed.cpp774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOverload.cpp3372 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion() local
3559 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion() local
13723 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp() local
DSemaCodeComplete.cpp1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() local
4220 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName() local
DSemaChecking.cpp4938 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall()
4981 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall() local
DSemaTemplate.cpp751 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression() local
DSemaDeclAttr.cpp1126 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass() local
DTreeTransform.h3056 QualType ThisType, in RebuildCXXThisExpr()
DSemaExpr.cpp2393 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp6547 const LValue &This, QualType ThisType) { in HandleDestruction()