Searched refs:getThisType (Results 1 – 22 of 22) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 161 MD->getThisType(CGM.getContext())); in buildThisParam()
|
D | CGVTables.cpp | 197 QualType ThisType = MD->getThisType(getContext()); in StartThunk() 249 QualType ThisType = MD->getThisType(getContext()); in EmitCallAndReturnForThunk()
|
D | CGClass.cpp | 1768 Args.add(RValue::get(This), D->getThisType(getContext())); in EmitCXXConstructorCall() 1808 Args.add(RValue::get(This), D->getThisType(getContext())); in EmitSynthesizedCXXCopyCtorCall()
|
D | CodeGenFunction.cpp | 837 ResTy = MD->getThisType(getContext()); in GenerateCode()
|
D | CGExprCXX.cpp | 48 Args.add(RValue::get(This), MD->getThisType(CGF.getContext())); in commonEmitCXXMemberOrOperatorCall()
|
D | CGDebugInfo.cpp | 1021 return getOrCreateInstanceMethodType(Method->getThisType(CGM.getContext()), in getOrCreateMethodType() 3102 QualType type = method->getThisType(C); in EmitDeclareOfBlockLiteralArgVariable()
|
D | CGBlocks.cpp | 366 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo()
|
D | CodeGenModule.cpp | 1498 const auto *ThisPtr = cast<PointerType>(D->getThisType(getContext())); in CompleteDIClassType()
|
D | MicrosoftCXXABI.cpp | 3402 Args.add(RValue::get(This), CD->getThisType(getContext())); in getAddrOfCXXCtorClosure()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 778 QualType ThisType = Constructor->getThisType(CurrContext)->getPointeeType(); in VisitCXXConstructExpr() 796 isSetOnReadPtrType(Constructor->getThisType(CurrContext)) ? in VisitCXXConstructExpr() 1240 ReturnType = Constructor->getThisType(CurrContext)->getPointeeType(); in determineExpectedReturnState()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 218 getCXXThisRegion(D->getThisType(getContext()), SFC)); in getCXXThis()
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 1827 QualType getThisType(ASTContext &C) const;
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1570 QualType CXXMethodDecl::getThisType(ASTContext &C) const { in getThisType() function in CXXMethodDecl
|
D | ExprConstant.cpp | 3740 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(Info.Ctx), in HandleFunctionCall()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 2964 QualType ThisType = Constructor->getThisType(S.Context); in IsInitializerListConstructorConversion() 3157 QualType ThisType = Constructor->getThisType(S.Context); in IsUserDefinedConversion() 4860 Method->getThisType(Context)->getAs<PointerType>()->getPointeeType(); in PerformObjectArgumentInitialization() 4865 DestType = Method->getThisType(Context); in PerformObjectArgumentInitialization()
|
D | SemaDeclAttr.cpp | 840 QualType ThisType = MD->getThisType(CurrContext)->getPointeeType(); in checkForConsumableClass()
|
D | SemaExprCXX.cpp | 840 ThisTy = method->getThisType(Context); in getCurrentThisType()
|
D | SemaTemplate.cpp | 418 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context); in ActOnDependentIdExpression()
|
D | SemaExpr.cpp | 1827 QualType DepThisType = DepMethod->getThisType(Context); in DiagnoseEmptyLookup() 2544 DestType = Method->getThisType(Context); in PerformObjectMemberConversion()
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 15745 FUNC 14d65 34 0 UnDecorator::getThisType()
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 15745 FUNC 14d65 34 0 UnDecorator::getThisType()
|