/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 514 QualType ThisTy = D->getFunctionObjectParameterType(); Emit() local 1461 QualType ThisTy = Dtor->getFunctionObjectParameterType(); EmitDestructorBody() local 1495 QualType ThisTy = Dtor->getFunctionObjectParameterType(); EmitDestructorBody() local 2459 QualType ThisTy = Dtor->getFunctionObjectParameterType(); Emit() local 2500 EmitCXXDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitCXXDestructorCall() argument [all...] |
H A D | CGExprCXX.cpp | 102 GlobalDecl Dtor, const CGCallee &Callee, llvm::Value *This, QualType ThisTy, in EmitCXXDestructorCall() argument 389 QualType ThisTy = EmitCXXMemberOrOperatorMemberCallExpr() local
|
H A D | ItaniumCXXABI.cpp | 1781 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument 2075 QualType ThisTy; EmitVirtualDestructorCall() local
|
H A D | CodeGenFunction.cpp | 1215 QualType ThisTy = MD->getThisType(); StartFunction() local
|
H A D | MicrosoftCXXABI.cpp | 1644 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument 2014 QualType ThisTy; EmitVirtualDestructorCall() local
|
H A D | CGCall.cpp | 2663 QualType ThisTy = ConstructAttributeList() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1119 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() argument 1228 QualType ThisTy = CXXThisTypeOverride; getCurrentThisType() local 1396 QualType ThisTy = getCurrentThisType(); CheckCXXThisCapture() local 1415 QualType ThisTy = getCurrentThisType(); ActOnCXXThis() local [all...] |
H A D | SemaExprMember.cpp | 1931 QualType ThisTy = getCurrentThisType(); BuildImplicitMemberExpr() local
|
H A D | SemaLambda.cpp | 1856 QualType ThisTy = getCurrentThisType(); BuildCaptureInit() local
|
H A D | SemaLookup.cpp | 3466 QualType ThisTy = CanTy; LookupSpecialMember() local
|
H A D | SemaCodeComplete.cpp | 2044 QualType ThisTy = S.getCurrentThisType(); addThisCompletion() local
|
H A D | SemaOpenMP.cpp | 4762 QualType ThisTy = getCurrentThisType(); tryCaptureOpenMPLambdas() local
|