/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | LoopWidening.cpp | 90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
|
D | SValBuilder.cpp | 275 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ParentVirtualCallCheck.cpp | 52 const Type *TypePtr = ActualMemberDecl->getThisType().getTypePtr(); in getParentsByGrandParent()
|
/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()
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 774 QualType ThisType = Constructor->getThisType()->getPointeeType(); in VisitCXXConstructExpr() 792 isSetOnReadPtrType(Constructor->getThisType()) ? in VisitCXXConstructExpr() 1202 ReturnType = Constructor->getThisType()->getPointeeType(); in determineExpectedReturnState()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 129 &CGM.getContext().Idents.get("this"), MD->getThisType(), in buildThisParam()
|
D | CGVTables.cpp | 245 QualType ThisType = MD->getThisType(); in StartThunk() 326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
|
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()
|
D | CodeGenFunction.cpp | 1131 QualType ThisTy = MD->getThisType(); in StartFunction() 1239 ResTy = MD->getThisType(); in BuildFunctionArgList()
|
/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/llvm-project/clang/lib/StaticAnalyzer/ |
D | README.txt | 85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
|
/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()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 88 QualType T = MD->getThisType()->castAs<PointerType>()->getPointeeType(); in lookupPromiseType() 533 return MD->isInstance() && MD->getThisType()->isDependentType(); in buildCoroutinePromise()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 2437 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType() function in CXXMethodDecl 2450 QualType CXXMethodDecl::getThisType() const { in getThisType() function in CXXMethodDecl 2457 return CXXMethodDecl::getThisType(getType()->castAs<FunctionProtoType>(), in getThisType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 193 TypeIndex getThisType() const { return ThisType; } in getThisType() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 187 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/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 2059 QualType getThisType() const; 2066 static QualType getThisType(const FunctionProtoType *FPT,
|