Searched defs:ThisTy (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1084 QualType ThisTy = CXXThisTypeOverride; local
1235 QualType ThisTy local
971 adjustCVQualifiersForCXXThisWithinLambda( ArrayRef<FunctionScopeInfo *> FunctionScopes, QualType ThisTy, DeclContext *CurSemaContext, ASTContext &ASTCtx) argument
1263 QualType ThisTy = getCurrentThisType(); local
[all...]
H A DSemaExprMember.cpp1858 QualType ThisTy = getCurrentThisType(); local
H A DSemaLambda.cpp1506 QualType ThisTy = getCurrentThisType(); local
H A DSemaCodeComplete.cpp1895 QualType ThisTy = S.getCurrentThisType(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1097 QualType ThisTy = MD->getThisType(); local
H A DCGExprCXX.cpp380 QualType ThisTy = local
93 EmitCXXDestructorCall( GlobalDecl Dtor, const CGCallee &Callee, llvm::Value *This, QualType ThisTy, llvm::Value *ImplicitParam, QualType ImplicitParamTy, const CallExpr *CE) argument
H A DCGClass.cpp500 QualType ThisTy = D->getThisObjectType(); variable
1450 QualType ThisTy = Dtor->getThisObjectType(); local
1484 QualType ThisTy = Dtor->getThisObjectType(); local
2377 QualType ThisTy = Dtor->getThisObjectType(); variable
2414 EmitCXXDestructorCall(const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This, QualType ThisTy) argument
[all...]
H A DItaniumCXXABI.cpp1848 QualType ThisTy; local
1630 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This, QualType ThisTy) argument
H A DMicrosoftCXXABI.cpp1937 QualType ThisTy; local
1582 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This, QualType ThisTy) argument

Completed in 150 milliseconds