Searched refs:ObjectTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ConstructDecompositionT.h | 90 using ObjectTy = tomp::ObjectT<IdTy, ExprTy>; member 133 ClauseSet *findClausesWith(const ObjectTy &object) { in findClausesWith() 145 void addClauseSymsToMap(const ObjectTy &object, const ClauseTy *); 263 void ConstructDecompositionT<C, H>::addClauseSymsToMap(const ObjectTy &object, in addClauseSymsToMap() 595 auto inLastprivate = [&](const ObjectTy &object) { in applyClause() 608 clause.v, std::back_inserter(objects), [&](const ObjectTy &object) { in applyClause() 659 auto inFirstprivate = [&](const ObjectTy &object) { in applyClause() 674 [&](const ObjectTy &object) { return !inFirstprivate(object); }); in applyClause() 701 [&](const ObjectTy &object) { return !mapBases.count(object.id()); }); in applyClause() 934 [&](const ObjectTy &object) { in applyClause() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1633 QualType ObjectTy) { in CheckDestructorAccess() argument 1643 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1647 ObjectTy); in CheckDestructorAccess()
|
| H A D | TreeTransform.h | 15903 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 15908 ObjectTy, in TransformCXXDependentScopeMemberExpr() 15913 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 289 QualType ObjectTy, llvm::Value *BaseValue,
|
| H A D | CGExpr.cpp | 6238 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument 6242 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar() 6251 QualType ObjectTy; in EmitObjCIvarRefLValue() local 6254 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue() 6255 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 6259 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue() 6260 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 6264 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
|
| H A D | CGObjCMac.cpp | 1337 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 1645 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 4917 QualType ObjectTy, in EmitObjCValueForIvar() argument 4922 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar() 7085 CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, in EmitObjCValueForIvar() argument 7087 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CGObjCGNU.cpp | 651 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 4367 QualType ObjectTy, in EmitObjCValueForIvar() argument 4372 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CodeGenFunction.h | 4484 LValue EmitLValueForIvar(QualType ObjectTy, llvm::Value *Base,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2786 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local 2792 ObjectTy.removeLocalRestrict(); in getThisType() 2794 ObjectTy = C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType() 2795 : C.getPointerType(ObjectTy); in getThisType() 2798 ObjectTy.addRestrict(); in getThisType() 2799 return ObjectTy; in getThisType()
|