| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
|
| H A D | SValBuilder.cpp | 275 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
|
| H A D | MemRegion.cpp | 1218 PT != D->getThisType()->getAs<PointerType>())) { in getCXXThisRegion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() 792 isSetOnReadPtrType(Constructor->getThisType()) ? in VisitCXXConstructExpr() 1202 ReturnType = Constructor->getThisType()->getPointeeType(); in determineExpectedReturnState()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXXABI.cpp | 129 &CGM.getContext().Idents.get("this"), MD->getThisType(), in buildThisParam()
|
| H A D | CGVTables.cpp | 245 QualType ThisType = MD->getThisType(); in StartThunk() 326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
|
| H A D | CGClass.cpp | 2062 QualType ThisType = D->getThisType(); in EmitCXXConstructorCall() 2075 Args.add(RValue::get(ThisPtr), D->getThisType()); in EmitCXXConstructorCall() 2209 CallArg ThisArg(RValue::get(This.getPointer()), D->getThisType()); in EmitInheritedCXXConstructorCall() 2334 Args.add(RValue::get(This.getPointer()), D->getThisType()); in EmitSynthesizedCXXCopyCtorCall()
|
| H A D | CodeGenFunction.cpp | 1144 QualType ThisTy = MD->getThisType(); in StartFunction() 1247 ResTy = MD->getThisType(); in BuildFunctionArgList()
|
| H A D | CGDebugInfo.cpp | 1599 return getOrCreateInstanceMethodType(Method->getThisType(), Func, Unit, decl); in getOrCreateMethodType() 3032 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()), in CreateType() 4661 type = Method->getThisType(); in EmitDeclareOfBlockLiteralArgVariable()
|
| H A D | CGExprCXX.cpp | 106 QualType DstTy = DtorDecl->getThisType(); in EmitCXXDestructorCall()
|
| H A D | CGBlocks.cpp | 555 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo()
|
| H A D | MicrosoftCXXABI.cpp | 4035 Args.add(RValue::get(This), CD->getThisType()); in getAddrOfCXXCtorClosure()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/ |
| H A D | README.txt | 85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 88 QualType T = MD->getThisType()->castAs<PointerType>()->getPointeeType(); in lookupPromiseType() 533 return MD->isInstance() && MD->getThisType()->isDependentType(); in buildCoroutinePromise()
|
| H A D | SemaOverload.cpp | 3372 QualType ThisType = Constructor->getThisType(); in IsInitializerListConstructorConversion() 3559 QualType ThisType = Constructor->getThisType(); in IsUserDefinedConversion() 5425 Method->getThisType()->castAs<PointerType>()->getPointeeType(); in PerformObjectArgumentInitialization() 5430 DestType = Method->getThisType(); in PerformObjectArgumentInitialization()
|
| H A D | SemaExprCXX.cpp | 1175 ThisTy = method->getThisType(); in getCurrentThisType() 3824 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall()
|
| H A D | SemaStmt.cpp | 674 Type.This = CMD->getThisType()->getPointeeType(); in checkMustTailAttr()
|
| H A D | SemaDeclAttr.cpp | 1125 QualType ThisType = MD->getThisType()->getPointeeType(); in checkForConsumableClass()
|
| H A D | SemaTemplate.cpp | 751 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(); in ActOnDependentIdExpression()
|
| H A D | SemaExpr.cpp | 2964 DestType = Method->getThisType(); in PerformObjectMemberConversion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2457 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType() function in CXXMethodDecl 2470 QualType CXXMethodDecl::getThisType() const { in getThisType() function in CXXMethodDecl 2477 return CXXMethodDecl::getThisType(getType()->castAs<FunctionProtoType>(), in getThisType()
|
| H A D | ExprConstant.cpp | 6100 if (!handleAssignment(Info, Args[0], *This, MD->getThisType(), in HandleFunctionCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 187 TypeIndex getThisType() const { return ThisType; } in getThisType() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2079 QualType getThisType() const; 2086 static QualType getThisType(const FunctionProtoType *FPT,
|