Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type.h191 typedef IntType<IntTypeName, ValueType> ThisType; // Syntactic sugar. typedef
/external/clang/lib/CodeGen/
DCGVTables.cpp216 QualType ThisType = MD->getThisType(getContext()); in StartThunk() local
280 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk() local
357 llvm::Type *ThisType = Args[ThisArgNo]->getType(); in EmitMustTailThunk() local
364 llvm::Type *ThisType = ThisAddr.getElementType(); in EmitMustTailThunk() local
DCGClass.cpp2941 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() local
2971 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody() local
DCGExprCXX.cpp321 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
DCGCall.cpp241 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp111 const auto *ThisType = ThisTypePtr->getPointeeCXXRecordDecl(); in check() local
/external/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.cpp2062 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.cpp463 QualType ThisType = in EmitCXXMemberPointerCallExpr() local
DCGCall.cpp290 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); in arrangeCXXMethodDeclaration() local
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp34 using ThisType = DrawTester; typedef in DrawTester
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h186 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
215 TypeIndex ThisType; member
225 TypeIndex ThisType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h182 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
202 TypeIndex ThisType; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h176 TypeIndex ThisType, CallingConvention CallConv, in MemberFunctionRecord()
196 TypeIndex ThisType; variable
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() local
/external/clang/lib/Analysis/
DConsumed.cpp784 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); in VisitCXXConstructExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1603 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() local
4163 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName() local
DSemaOverload.cpp3375 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion() local
3558 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion() local
DSemaTemplate.cpp751 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression() local
DSemaDeclAttr.cpp1179 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass() local
DTreeTransform.h2947 QualType ThisType, in RebuildCXXThisExpr()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp899 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass() local
DSemaTemplate.cpp434 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression() local
DTreeTransform.h2533 QualType ThisType, in RebuildCXXThisExpr()
DSemaExpr.cpp2072 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup() local

12