Home
last modified time | relevance | path

Searched defs:ObjectType (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dgenerics.m42 + (instancetype)arrayWithObjects:(const ObjectType [])objects count:(NSUInteger)count;
45 - (BOOL)contains:(ObjectType)obj; argument
46 - (BOOL)containsObject:(ObjectType)anObject; argument
49 - (NSArray<ObjectType> *)arrayByAddingObject:(ObjectType)anObject; argument
54 - (void)addObject:(ObjectType)anObject; argument
59 - (void)addObject:(ObjectType)anObject; argument
H A DDynamicTypePropagation.m28 - (BOOL)contains:(ObjectType)obj; argument
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dparameterized_classes.m111 - (void)m0:(ObjectType *)first;
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dkindof.m392 - (void)test:(__kindof ObjectType)T; // expected-note{{passing argument to parameter 'T' here}}
393 - (void)mapUsingBlock:(id (^)(__kindof ObjectType))block;
H A Dparameterized_classes_subst.m440 - (void)setObject:(ObjectType)obj forKeyedSubscript:(KeyType <NSCopying>)key; // expected-note{{pas… argument
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp79 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp254 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp82 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph()
155 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseOptionalCXXScopeSpecifier()
1707 ParsedType ObjectType) { in ParseCXXPseudoDestructor()
2363 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseUnqualifiedIdTemplateId()
2558 ParsedType ObjectType, in ParseUnqualifiedIdOperator()
2794 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, ParsedType ObjectType, in ParseUnqualifiedId()
H A DParseExpr.cpp2121 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp399 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local
508 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
H A DSemaExprMember.cpp657 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() local
1004 ParsedType ObjectType; in BuildMemberReferenceExpr() local
H A DSemaExprCXX.cpp463 ParsedType ObjectType) { in getDestructorTypeForDecltype()
7484 ParsedType &ObjectType, in ActOnStartCXXMemberReference()
7625 static bool CheckArrow(Sema &S, QualType &ObjectType, Expr *&Base, in CheckArrow()
7698 QualType ObjectType; in BuildPseudoDestructorExpr() local
7822 QualType ObjectType; in ActOnPseudoDestructorExpr() local
7957 QualType ObjectType; in ActOnPseudoDestructorExpr() local
H A DTreeTransform.h4123 NestedNameSpecifierLoc NNS, QualType ObjectType, in TransformNestedNameSpecifierLoc()
4297 QualType ObjectType, in TransformTemplateName()
4890 QualType ObjectType, in TransformTypeInObjectScope()
4906 QualType ObjectType, in TransformTypeInObjectScope()
4918 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
12239 QualType ObjectType = ObjectTypePtr.get(); in TransformCXXPseudoDestructorExpr() local
13386 QualType ObjectType; in TransformCXXDependentScopeMemberExpr() local
14812 QualType ObjectType, in RebuildTemplateName()
14831 QualType ObjectType, in RebuildTemplateName()
H A DSemaOverload.cpp6840 QualType ObjectType; in AddFunctionCandidates() local
6894 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate()
6929 CXXRecordDecl *ActingContext, QualType ObjectType, in AddMethodCandidate()
7086 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ObjectType, in AddMethodTemplateCandidate()
7236 CXXRecordDecl *ActingContext, QualType ObjectType, in CheckNonDependentConversions()
14478 QualType ObjectType = UnresExpr->getBaseType(); in BuildCallToMemberFunction() local
H A DSemaAccess.cpp1583 QualType ObjectType, in isMemberAccessibleForDeletion()
H A DSemaDeclObjC.cpp3688 QualType ObjectType) { in HelperIsMethodInObjCType()
3699 QualType ObjectType) { in SelectorsForTypoCorrection()
H A DSemaTemplate.cpp205 QualType ObjectType = ObjectTypePtr.get(); in isTemplateName() local
377 QualType ObjectType, in LookupTemplateName()
4888 ParsedType ObjectType, in ActOnTemplateName()
H A DSemaTemplateInstantiate.cpp1369 QualType ObjectType, NamedDecl *FirstQualifierInScope, in TransformTemplateName()
H A DSemaDecl.cpp302 QualType ObjectType = ObjectTypePtr.get(); in getTypeName() local
H A DSemaDeclCXX.cpp7908 QualType ObjectType = Subobj.Kind == Subobject::Member in visitBinaryOperator() local
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp37 ObjectType = 1 << 10, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp931 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp801 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6771 ParsedType ObjectType; member
6785 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc), in ObjectType() function
7667 QualType ObjectType) { in isMemberAccessibleForDeletion()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1724 ObjectFile::Type ObjectType; member in __anonef11e3c80211::VMAddressProvider