/llvm-project/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/clang/test/SemaObjC/ |
H A D | attr-objc-NSObject.m | 4 - (void)containsObject:(ObjectType)anObject; // expected-note {{passing argument to parameter 'anOb… argument
|
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 | 439 - (void)setObject:(ObjectType)obj forKeyedSubscript:(KeyType <NSCopying>)key; // expected-note{{pas… argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | parameterized_classes.m | 106 - (void)m0:(ObjectType *)first;
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_4_5_6.pass.cpp | 79 typedef ObjectType (TestType::*MemPtr); doTest() typedef [all...] |
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash_itanium.cpp | 266 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 87 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 D | ParseExpr.cpp | 2241 ParsedType ObjectType; ParsePostfixExpressionSuffix() local
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 37 ObjectType = 1 << 10, enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 718 QualType ObjectType = SS.isSet() ? QualType() : RTy; LookupMemberExprInRecord() local 1036 ParsedType ObjectType; BuildMemberReferenceExpr() local
|
H A D | SemaCXXScopeSpec.cpp | 419 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); BuildCXXNestedNameSpecifier() local
|
H A D | SemaExprCXX.cpp | 468 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 D | SemaOverload.cpp | 7316 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 D | TreeTransform.h | 4383 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 D | SemaAccess.cpp | 1609 isMemberAccessibleForDeletion(CXXRecordDecl * NamingClass,DeclAccessPair Found,QualType ObjectType,SourceLocation Loc,const PartialDiagnostic & Diag) isMemberAccessibleForDeletion() argument
|
H A D | SemaDeclObjC.cpp | 3698 HelperIsMethodInObjCType(Sema & S,Selector Sel,QualType ObjectType) HelperIsMethodInObjCType() argument 3709 SelectorsForTypoCorrection(Selector Sel,QualType ObjectType) SelectorsForTypoCorrection() argument [all...] |
H A D | SemaTemplateDeduction.cpp | 4367 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 D | SemaTemplate.cpp | 208 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 D | ExprEngineCXX.cpp | 856 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 D | Value.cpp | 943 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 631 const DebugMap &Map, typename Linker::OutputFileType ObjectType) { in linkImpl()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1446 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 D | ObjectFileELF.cpp | 1765 ObjectFile::Type ObjectType; global() member in __anonc19d6f6b0211::VMAddressProvider
|