Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c189 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType() argument
/freebsd-src/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 in handleBoolConversion() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp250 QualType ThisType = MD->getThisType(); StartThunk() local
331 QualType ThisType = MD->getThisType(); EmitCallAndReturnForThunk() local
411 llvm::Type *ThisType = Args[ThisArgNo]->getType(); EmitMustTailThunk() local
418 llvm::Type *ThisType = ThisAddr.getElementType(); EmitMustTailThunk() local
[all...]
H A DCGClass.cpp2977 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); EmitLambdaBlockInvokeBody() local
3005 QualType ThisType = getContext().getPointerType(LambdaType); EmitLambdaStaticInvokeBody() local
3057 QualType ThisType = getContext().getPointerType(LambdaType); EmitLambdaInAllocaCallOpBody() local
H A DCGExprCXX.cpp472 QualType ThisType = EmitCXXMemberPointerCallExpr() local
H A DCGCall.cpp307 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); arrangeCXXMethodDeclaration() local
330 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(GD); arrangeCXXStructorDeclaration() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h177 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
197 TypeIndex ThisType; variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp774 QualType ThisType = Constructor->getFunctionObjectParameterType(); in VisitCXXConstructExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1726 auto ThisType = Results.getSema().getCurrentThisType(); CodeCompletionDeclConsumer() local
4454 auto ThisType = getCurrentThisType(); CodeCompleteOrdinaryName() local
H A DSemaOverload.cpp3654 QualType ThisType = Constructor->getFunctionObjectParameterType(); IsInitializerListConstructorConversion() local
14701 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); CreateOverloadedBinOp() local
H A DSemaChecking.cpp7612 CheckConstructorCall(FunctionDecl * FDecl,QualType ThisType,ArrayRef<const Expr * > Args,const FunctionProtoType * Proto,SourceLocation Loc) CheckConstructorCall() argument
7657 QualType ThisType = ImplicitThis->getType(); CheckFunctionCall() local
H A DSemaTemplate.cpp758 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType().getNonReferenceType(); ActOnDependentIdExpression() local
H A DSemaDeclAttr.cpp1237 QualType ThisType = MD->getFunctionObjectParameterType(); checkForConsumableClass() local
H A DSemaDeclCXX.cpp7731 QualType ThisType = MD->getFunctionObjectParameterType(); CheckExplicitlyDefaultedSpecialMember() local
H A DTreeTransform.h3301 RebuildCXXThisExpr(SourceLocation ThisLoc,QualType ThisType,bool isImplicit) RebuildCXXThisExpr() argument
H A DSemaExpr.cpp2650 QualType ThisType = S.getCurrentThisType(); recoverFromMSUnqualifiedLookup() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6737 HandleDestruction(EvalInfo & Info,const Expr * E,const LValue & This,QualType ThisType) HandleDestruction() argument