Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c189 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp384 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in evalCall() local
646 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleRelease() local
745 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleAssignOp() local
783 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in updateMovedSmartPointers() local
842 QualType ThisType = cast<CXXMethodDecl>(Call.getDecl())->getThisType(); in handleBoolConversion() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp257 QualType ThisType = MD->getThisType(); in StartThunk() local
343 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk() local
423 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local
430 llvm::Type *ThisType = ThisAddr.getElementType(); in EmitMustTailThunk() local
H A DCGClass.cpp3020 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local
3048 QualType ThisType = getContext().getPointerType(LambdaType); in EmitLambdaStaticInvokeBody() local
3100 QualType ThisType = getContext().getPointerType(LambdaType); in EmitLambdaInAllocaCallOpBody() local
H A DCGExprCXX.cpp475 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
H A DCGCall.cpp317 const CXXRecordDecl *ThisType = in arrangeCXXMethodDeclaration() local
341 const CXXRecordDecl *ThisType = getCXXABI().getThisArgumentTypeForMethod(GD); in arrangeCXXStructorDeclaration() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h173 const Type *ThisType; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h177 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
197 TypeIndex ThisType; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3190 auto ThisType = (OverriddenMD ? OverriddenMD : MD)->getThisType().getTypePtr(); in AddMethods() local
H A DExprConstant.cpp6798 const LValue &This, QualType ThisType) { in HandleDestruction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1733 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() local
4461 auto ThisType = SemaRef.getCurrentThisType(); in CodeCompleteOrdinaryName() local
H A DSemaOverload.cpp3688 QualType ThisType = Constructor->getFunctionObjectParameterType(); in IsInitializerListConstructorConversion() local
14707 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp() local
H A DSemaChecking.cpp3342 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall()
3385 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall() local
H A DSemaDeclAttr.cpp977 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass() local
H A DSemaTemplate.cpp735 QualType ThisType = getCurrentThisType(); in ActOnDependentIdExpression() local
H A DSemaDeclCXX.cpp7619 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember() local
H A DTreeTransform.h3350 QualType ThisType, in RebuildCXXThisExpr()
H A DSemaExpr.cpp2615 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local