Searched refs:getThisObjectType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2483 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function 2492 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() 2496 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl 2499 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType() 2513 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl 2516 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 522 QualType ThisTy = D->getThisObjectType(); in Emit() 1468 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody() 1502 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody() 2469 QualType ThisTy = Dtor->getThisObjectType(); in Emit()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 283 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 157 Self, ClassifyDiagnostic(cast<CXXMethodDecl>(D)->getThisObjectType()), in translateAttrExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2132 QualType getThisObjectType() const; 2137 static QualType getThisObjectType(const FunctionProtoType *FPT,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 9757 QualType T = M->getThisObjectType(); in getImplicitObjectParamType() 13972 MD->getThisObjectType(), in CreateOverloadedBinOp() 13974 Context.hasSameUnqualifiedType(MD->getThisObjectType(), in CreateOverloadedBinOp() 13976 Context.hasSameUnqualifiedType(MD->getThisObjectType(), in CreateOverloadedBinOp() 14065 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
|
| H A D | SemaInit.cpp | 7262 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg() 7263 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg() 7398 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
|
| H A D | SemaChecking.cpp | 6017 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall() 6058 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()
|