| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | generics.m | 42 + (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 D | DynamicTypePropagation.m | 28 - (BOOL)contains:(ObjectType)obj; argument
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | parameterized_classes.m | 111 - (void)m0:(ObjectType *)first;
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | kindof.m | 392 - (void)test:(__kindof ObjectType)T; // expected-note{{passing argument to parameter 'T' here}} 393 - (void)mapUsingBlock:(id (^)(__kindof ObjectType))block;
|
| H A D | parameterized_classes_subst.m | 440 - (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 D | bullet_4_5_6.pass.cpp | 79 typedef ObjectType (TestType::*MemPtr); in doTest() typedef
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash_itanium.cpp | 254 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 82 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 D | ParseExpr.cpp | 2121 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 399 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local 508 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
|
| H A D | SemaExprMember.cpp | 657 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() local 1004 ParsedType ObjectType; in BuildMemberReferenceExpr() local
|
| H A D | SemaExprCXX.cpp | 463 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 D | TreeTransform.h | 4123 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 D | SemaOverload.cpp | 6840 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 D | SemaAccess.cpp | 1583 QualType ObjectType, in isMemberAccessibleForDeletion()
|
| H A D | SemaDeclObjC.cpp | 3688 QualType ObjectType) { in HelperIsMethodInObjCType() 3699 QualType ObjectType) { in SelectorsForTypoCorrection()
|
| H A D | SemaTemplate.cpp | 205 QualType ObjectType = ObjectTypePtr.get(); in isTemplateName() local 377 QualType ObjectType, in LookupTemplateName() 4888 ParsedType ObjectType, in ActOnTemplateName()
|
| H A D | SemaTemplateInstantiate.cpp | 1369 QualType ObjectType, NamedDecl *FirstQualifierInScope, in TransformTemplateName()
|
| H A D | SemaDecl.cpp | 302 QualType ObjectType = ObjectTypePtr.get(); in getTypeName() local
|
| H A D | SemaDeclCXX.cpp | 7908 QualType ObjectType = Subobj.Kind == Subobject::Member in visitBinaryOperator() local
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 37 ObjectType = 1 << 10, enumerator
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Value.cpp | 931 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 801 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6771 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 D | ObjectFileELF.cpp | 1724 ObjectFile::Type ObjectType; member in __anonef11e3c80211::VMAddressProvider
|