/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exresop.c | 189 ACPI_OBJECT_TYPE ThisType, in AcpiExCheckObjectType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrModeling.cpp | 384 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 D | CGVTables.cpp | 257 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 D | CGClass.cpp | 3020 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 D | CGExprCXX.cpp | 475 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
|
H A D | CGCall.cpp | 317 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 D | Thunk.h | 173 const Type *ThisType; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 177 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord() 197 TypeIndex ThisType; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3190 auto ThisType = (OverriddenMD ? OverriddenMD : MD)->getThisType().getTypePtr(); in AddMethods() local
|
H A D | ExprConstant.cpp | 6798 const LValue &This, QualType ThisType) { in HandleDestruction()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 1733 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() local 4461 auto ThisType = SemaRef.getCurrentThisType(); in CodeCompleteOrdinaryName() local
|
H A D | SemaOverload.cpp | 3688 QualType ThisType = Constructor->getFunctionObjectParameterType(); in IsInitializerListConstructorConversion() local 14707 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp() local
|
H A D | SemaChecking.cpp | 3342 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall() 3385 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall() local
|
H A D | SemaDeclAttr.cpp | 977 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass() local
|
H A D | SemaTemplate.cpp | 735 QualType ThisType = getCurrentThisType(); in ActOnDependentIdExpression() local
|
H A D | SemaDeclCXX.cpp | 7619 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember() local
|
H A D | TreeTransform.h | 3350 QualType ThisType, in RebuildCXXThisExpr()
|
H A D | SemaExpr.cpp | 2615 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local
|