Home | History | Annotate | Download | only in Sema

Lines Matching refs:Alloc

1768   for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end();
1769 Alloc != AllocEnd; ++Alloc) {
1772 NamedDecl *D = (*Alloc)->getUnderlyingDecl();
1775 AddTemplateOverloadCandidate(FnTemplate, Alloc.getPair(),
1783 AddOverloadCandidate(Fn, Alloc.getPair(), Args, Candidates,
1942 for (DeclContext::lookup_iterator Alloc = R.begin(), AllocEnd = R.end();
1943 Alloc != AllocEnd; ++Alloc) {
1946 if (FunctionDecl *Func = dyn_cast<FunctionDecl>(*Alloc)) {
1986 FunctionDecl *Alloc =
1990 Alloc->setImplicit();
1993 Alloc->addAttr(::new (Context) MallocAttr(SourceLocation(), Context));
1995 ParmVarDecl *Param = ParmVarDecl::Create(Context, Alloc, SourceLocation(),
1999 Alloc->setParams(Param);
2004 Context.getTranslationUnitDecl()->addDecl(Alloc);