Home
last modified time | relevance | path

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

12

/llvm-project/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/clang/test/SemaObjC/
H A Dattr-objc-NSObject.m4 - (void)containsObject:(ObjectType)anObject; // expected-note {{passing argument to parameter 'anOb… argument
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.m439 - (void)setObject:(ObjectType)obj forKeyedSubscript:(KeyType <NSCopying>)key; // expected-note{{pas… argument
/llvm-project/clang/test/CodeGenObjC/
H A Dparameterized_classes.m106 - (void)m0:(ObjectType *)first;
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp79 typedef ObjectType (TestType::*MemPtr); doTest() typedef
[all...]
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp266 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp87 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph() argument
160 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseOptionalCXXScopeSpecifier() argument
1859 ParseCXXPseudoDestructor(Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,ParsedType ObjectType) ParseCXXPseudoDestructor() argument
2534 ParseUnqualifiedIdTemplateId(CXXScopeSpec & SS,ParsedType ObjectType,bool ObjectHadErrors,SourceLocation TemplateKWLoc,IdentifierInfo * Name,SourceLocation NameLoc,bool EnteringContext,UnqualifiedId & Id,bool AssumeTemplateId) ParseUnqualifiedIdTemplateId() argument
2729 ParseUnqualifiedIdOperator(CXXScopeSpec & SS,bool EnteringContext,ParsedType ObjectType,UnqualifiedId & Result) ParseUnqualifiedIdOperator() argument
2966 ParseUnqualifiedId(CXXScopeSpec & SS,ParsedType ObjectType,bool ObjectHadErrors,bool EnteringContext,bool AllowDestructorName,bool AllowConstructorName,bool AllowDeductionGuide,SourceLocation * TemplateKWLoc,UnqualifiedId & Result) ParseUnqualifiedId() argument
[all...]
H A DParseExpr.cpp2241 ParsedType ObjectType; ParsePostfixExpressionSuffix() local
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp37 ObjectType = 1 << 10, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp718 QualType ObjectType = SS.isSet() ? QualType() : RTy; LookupMemberExprInRecord() local
1036 ParsedType ObjectType; BuildMemberReferenceExpr() local
H A DSemaCXXScopeSpec.cpp419 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); BuildCXXNestedNameSpecifier() local
H A DSemaExprCXX.cpp468 getDestructorTypeForDecltype(const DeclSpec & DS,ParsedType ObjectType) getDestructorTypeForDecltype() argument
7768 ActOnStartCXXMemberReference(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,ParsedType & ObjectType,bool & MayBePseudoDestructor) ActOnStartCXXMemberReference() argument
7909 CheckArrow(Sema & S,QualType & ObjectType,Expr * & Base,tok::TokenKind & OpKind,SourceLocation OpLoc) CheckArrow() argument
7982 QualType ObjectType; BuildPseudoDestructorExpr() local
8106 QualType ObjectType; ActOnPseudoDestructorExpr() local
8241 QualType ObjectType; ActOnPseudoDestructorExpr() local
[all...]
H A DSemaOverload.cpp7316 QualType ObjectType; AddFunctionCandidates() local
7368 AddMethodCandidate(DeclAccessPair FoundDecl,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument
7396 AddMethodCandidate(CXXMethodDecl * Method,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,ConversionSequenceList EarlyConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument
7585 AddMethodTemplateCandidate(FunctionTemplateDecl * MethodTmpl,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,TemplateArgumentListInfo * ExplicitTemplateArgs,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,OverloadCandidateParamOrder PO) AddMethodTemplateCandidate() argument
7740 CheckNonDependentConversions(FunctionTemplateDecl * FunctionTemplate,ArrayRef<QualType> ParamTypes,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,ConversionSequenceList & Conversions,bool SuppressUserConversions,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,OverloadCandidateParamOrder PO) CheckNonDependentConversions() argument
7920 QualType ObjectType = From->getType(); AddConversionCandidate() local
8079 QualType ObjectType = From->getType(); AddTemplateConversionCandidate() local
15329 QualType ObjectType = UnresExpr->getBaseType(); BuildCallToMemberFunction() local
[all...]
H A DTreeTransform.h4383 TransformNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,QualType ObjectType,NamedDecl * FirstQualifierInScope) TransformNestedNameSpecifierLoc() argument
4565 TransformTemplateName(CXXScopeSpec & SS,TemplateName Name,SourceLocation NameLoc,QualType ObjectType,NamedDecl * FirstQualifierInScope,bool AllowInjectedClassName) TransformTemplateName() argument
5156 TransformTypeInObjectScope(TypeLoc TL,QualType ObjectType,NamedDecl * UnqualLookup,CXXScopeSpec & SS) TransformTypeInObjectScope() argument
5172 TransformTypeInObjectScope(TypeSourceInfo * TSInfo,QualType ObjectType,NamedDecl * UnqualLookup,CXXScopeSpec & SS) TransformTypeInObjectScope() argument
5184 TransformTSIInObjectScope(TypeLoc TL,QualType ObjectType,NamedDecl * UnqualLookup,CXXScopeSpec & SS) TransformTSIInObjectScope() argument
13488 QualType ObjectType = ObjectTypePtr.get(); TransformCXXPseudoDestructorExpr() local
14764 QualType ObjectType; TransformCXXDependentScopeMemberExpr() local
16282 RebuildTemplateName(CXXScopeSpec & SS,SourceLocation TemplateKWLoc,const IdentifierInfo & Name,SourceLocation NameLoc,QualType ObjectType,NamedDecl * FirstQualifierInScope,bool AllowInjectedClassName) RebuildTemplateName() argument
16301 RebuildTemplateName(CXXScopeSpec & SS,SourceLocation TemplateKWLoc,OverloadedOperatorKind Operator,SourceLocation NameLoc,QualType ObjectType,bool AllowInjectedClassName) RebuildTemplateName() argument
[all...]
H A DSemaAccess.cpp1609 isMemberAccessibleForDeletion(CXXRecordDecl * NamingClass,DeclAccessPair Found,QualType ObjectType,SourceLocation Loc,const PartialDiagnostic & Diag) isMemberAccessibleForDeletion() argument
H A DSemaDeclObjC.cpp3698 HelperIsMethodInObjCType(Sema & S,Selector Sel,QualType ObjectType) HelperIsMethodInObjCType() argument
3709 SelectorsForTypoCorrection(Selector Sel,QualType ObjectType) SelectorsForTypoCorrection() argument
[all...]
H A DSemaTemplateDeduction.cpp4367 DeduceTemplateArguments(FunctionTemplateDecl * FunctionTemplate,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,FunctionDecl * & Specialization,TemplateDeductionInfo & Info,bool PartialOverloading,bool AggregateDeductionCandidate,QualType ObjectType,Expr::Classification ObjectClassification,llvm::function_ref<bool (ArrayRef<QualType>)> CheckNonDependent) DeduceTemplateArguments() argument
4751 DeduceTemplateArguments(FunctionTemplateDecl * ConversionTemplate,QualType ObjectType,Expr::Classification ObjectClassification,QualType ToType,CXXConversionDecl * & Specialization,TemplateDeductionInfo & Info) DeduceTemplateArguments() argument
H A DSemaTemplate.cpp208 QualType ObjectType = ObjectTypePtr.get(); isTemplateName() local
379 LookupTemplateName(LookupResult & Found,Scope * S,CXXScopeSpec & SS,QualType ObjectType,bool EnteringContext,RequiredTemplateKind RequiredTemplate,AssumedTemplateKind * ATK,bool AllowTypoCorrection) LookupTemplateName() argument
5700 ActOnTemplateName(Scope * S,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,const UnqualifiedId & Name,ParsedType ObjectType,bool EnteringContext,TemplateTy & Result,bool AllowInjectedClassName) ActOnTemplateName() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp856 VisitCXXDestructor(QualType ObjectType,const MemRegion * Dest,const Stmt * S,bool IsBaseDtor,ExplodedNode * Pred,ExplodedNodeSet & Dst,EvalCallOptions & CallOpts) VisitCXXDestructor() argument
/llvm-project/llvm/lib/IR/
H A DValue.cpp943 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp631 const DebugMap &Map, typename Linker::OutputFileType ObjectType) { in linkImpl()
/llvm-project/clang/include/clang/Sema/
H A DSema.h1446 isMemberAccessibleForDeletion(CXXRecordDecl * NamingClass,DeclAccessPair Found,QualType ObjectType) isMemberAccessibleForDeletion() argument
2812 ParsedType ObjectType; global() member
2827 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc), ObjectType() function
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1765 ObjectFile::Type ObjectType; global() member in __anonc19d6f6b0211::VMAddressProvider

12