Home
last modified time | relevance | path

Searched refs:setArgument (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/ARCMT/
H A Dcheck-api.m10 - (void)setArgument:(void *)argumentLocation atIndex:(int)idx;
38 …[invok setArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's setArgument is not sa…
39 …[invok setArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's setArgument is not safe…
40 [invok setArgument:&unsafe_id atIndex:0];
41 [invok setArgument:&arg atIndex:0];
/llvm-project-15.0.7/clang/test/Analysis/
H A Dself-init.m31 - (void)setArgument:(void *)argumentLocation atIndex:(NSInteger)idx;
235 [invocation_ setArgument:&self atIndex:2];
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h178 void setArgument(unsigned Depth, unsigned Index, in setArgument() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp995 TemplateArgs.setArgument(Depth, Index, TemplateArgument()); in ForgetPartiallySubstitutedPack()
1012 TemplateArgs.setArgument(Depth, Index, Arg); in RememberPartiallySubstitutedPack()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp762 E->setArgument(Record.readSubExpr()); in VisitUnaryExprOrTypeTraitExpr()
765 E->setArgument(readTypeSourceInfo()); in VisitUnaryExprOrTypeTraitExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2607 void setArgument(Expr *E) { in setArgument() function
2611 void setArgument(TypeSourceInfo *TInfo) { in setArgument() function