Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
DSValBuilder.cpp275 getRegionManager().getCXXThisRegion(D->getThisType(), SFC)); in getCXXThis()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp52 const Type *TypePtr = ActualMemberDecl->getThisType().getTypePtr(); in getParentsByGrandParent()
/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()
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp774 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/
DCGCXXABI.cpp129 &CGM.getContext().Idents.get("this"), MD->getThisType(), in buildThisParam()
DCGVTables.cpp245 QualType ThisType = MD->getThisType(); in StartThunk()
326 QualType ThisType = MD->getThisType(); in EmitCallAndReturnForThunk()
DCGClass.cpp2062 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()
DCodeGenFunction.cpp1131 QualType ThisTy = MD->getThisType(); in StartFunction()
1239 ResTy = MD->getThisType(); in BuildFunctionArgList()
/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/llvm-project/clang/lib/StaticAnalyzer/
DREADME.txt85 synthesize 'this' region with CXXMethodDecl*, which has getThisType()
/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()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp324 printTypeIndex("ThisType", MF.getThisType()); in visitKnownRecord()
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp88 QualType T = MD->getThisType()->castAs<PointerType>()->getPointeeType(); in lookupPromiseType()
533 return MD->isInstance() && MD->getThisType()->isDependentType(); in buildCoroutinePromise()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2437 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/
DTypeRecord.h193 TypeIndex getThisType() const { return ThisType; } in getThisType() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h187 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/llvm-project/clang/include/clang/AST/
DDeclCXX.h2059 QualType getThisType() const;
2066 static QualType getThisType(const FunctionProtoType *FPT,

123