/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 164 MD->getThisType(CGM.getContext())); in buildThisParam()
|
D | CGVTables.cpp | 216 QualType ThisType = MD->getThisType(getContext()); in StartThunk() 280 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk()
|
D | CGClass.cpp | 2054 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()
|
D | CodeGenFunction.cpp | 961 ResTy = MD->getThisType(getContext()); in BuildFunctionArgList()
|
D | CGExprCXX.cpp | 49 Args.add(RValue::get(This), MD->getThisType(CGF.getContext())); in commonEmitCXXMemberOrOperatorCall()
|
D | CGDebugInfo.cpp | 1143 return getOrCreateInstanceMethodType(Method->getThisType(CGM.getContext()), in getOrCreateMethodType() 3434 type = Method->getThisType(C); in EmitDeclareOfBlockLiteralArgVariable()
|
D | CGBlocks.cpp | 350 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo()
|
D | CodeGenModule.cpp | 1766 const auto *ThisPtr = cast<PointerType>(D->getThisType(getContext())); in CompleteDIClassType()
|
D | MicrosoftCXXABI.cpp | 3861 Args.add(RValue::get(This), CD->getThisType(getContext())); in getAddrOfCXXCtorClosure()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 51 Builder.writeTypeIndex(Record.getThisType()); in writeMemberFunction()
|
D | TypeDumper.cpp | 351 printTypeIndex("ThisType", MF.getThisType()); in visitMemberFunction()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 784 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/ |
D | README.txt | 85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 235 getCXXThisRegion(D->getThisType(getContext()), SFC)); in getCXXThis()
|
D | MemRegion.cpp | 1080 PT != D->getThisType(getContext())->getAs<PointerType>())) { in getCXXThisRegion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 325 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 189 TypeIndex getThisType() const { return ThisType; } in getThisType() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 204 TypeIndex getThisType() const { return ThisType; } in getThisType() function
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 1852 QualType getThisType(ASTContext &C) const;
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1661 QualType CXXMethodDecl::getThisType(ASTContext &C) const { in getThisType() function in CXXMethodDecl
|
D | ExprConstant.cpp | 3974 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(Info.Ctx), in HandleFunctionCall()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 3089 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()
|
D | SemaExprCXX.cpp | 966 ThisTy = method->getThisType(Context); in getCurrentThisType() 3044 QualType ClassType = dtor->getThisType(Context)->getPointeeType(); in CheckVirtualDtorCall()
|
D | SemaTemplate.cpp | 434 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression()
|
D | SemaDeclAttr.cpp | 899 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass()
|