Home
last modified time | relevance | path

Searched refs:getThisType (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/CodeGen/
DCGCXXABI.cpp164 MD->getThisType(CGM.getContext())); in buildThisParam()
DCGVTables.cpp216 QualType ThisType = MD->getThisType(getContext()); in StartThunk()
280 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk()
DCGClass.cpp2054 Args.add(RValue::get(This.getPointer()), D->getThisType(getContext())); in EmitCXXConstructorCall()
2176 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType(getContext()), in EmitInheritedCXXConstructorCall()
2298 Args.add(RValue::get(This.getPointer()), D->getThisType(getContext())); in EmitSynthesizedCXXCopyCtorCall()
DCodeGenFunction.cpp961 ResTy = MD->getThisType(getContext()); in BuildFunctionArgList()
DCGExprCXX.cpp49 Args.add(RValue::get(This), MD->getThisType(CGF.getContext())); in commonEmitCXXMemberOrOperatorCall()
DCGDebugInfo.cpp1143 return getOrCreateInstanceMethodType(Method->getThisType(CGM.getContext()), in getOrCreateMethodType()
3434 type = Method->getThisType(C); in EmitDeclareOfBlockLiteralArgVariable()
DCGBlocks.cpp350 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo()
DCodeGenModule.cpp1766 const auto *ThisPtr = cast<PointerType>(D->getThisType(getContext())); in CompleteDIClassType()
DMicrosoftCXXABI.cpp3861 Args.add(RValue::get(This), CD->getThisType(getContext())); in getAddrOfCXXCtorClosure()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp51 Builder.writeTypeIndex(Record.getThisType()); in writeMemberFunction()
DTypeDumper.cpp351 printTypeIndex("ThisType", MF.getThisType()); in visitMemberFunction()
/external/clang/lib/Analysis/
DConsumed.cpp784 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); in VisitCXXConstructExpr()
802 isSetOnReadPtrType(Constructor->getThisType(CurrContext)) ? in VisitCXXConstructExpr()
1235 ReturnType = Constructor->getThisType(CurrContext)->getPointeeType(); in determineExpectedReturnState()
/external/clang/lib/StaticAnalyzer/
DREADME.txt85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp235 getCXXThisRegion(D->getThisType(getContext()), SFC)); in getCXXThis()
DMemRegion.cpp1080 PT != D->getThisType(getContext())->getAs<PointerType>())) { in getCXXThisRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp325 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h189 TypeIndex getThisType() const { return ThisType; } in getThisType() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h204 TypeIndex getThisType() const { return ThisType; } in getThisType() function
/external/clang/include/clang/AST/
DDeclCXX.h1852 QualType getThisType(ASTContext &C) const;
/external/clang/lib/AST/
DDeclCXX.cpp1661 QualType CXXMethodDecl::getThisType(ASTContext &C) const { in getThisType() function in CXXMethodDecl
DExprConstant.cpp3974 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(Info.Ctx), in HandleFunctionCall()
/external/clang/lib/Sema/
DSemaOverload.cpp3089 QualType ThisType = Constructor->getThisType(S.Context); in IsInitializerListConstructorConversion()
3268 QualType ThisType = Constructor->getThisType(S.Context); in IsUserDefinedConversion()
4979 Method->getThisType(Context)->getAs<PointerType>()->getPointeeType(); in PerformObjectArgumentInitialization()
4984 DestType = Method->getThisType(Context); in PerformObjectArgumentInitialization()
DSemaExprCXX.cpp966 ThisTy = method->getThisType(Context); in getCurrentThisType()
3044 QualType ClassType = dtor->getThisType(Context)->getPointeeType(); in CheckVirtualDtorCall()
DSemaTemplate.cpp434 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression()
DSemaDeclAttr.cpp899 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass()

12