Searched refs:isGenerated (Results 1 – 20 of 20) sorted by relevance
660 bool isGenerated() const;661 void isGenerated(bool v);
344 if (ce.isGenerated) in discardValue()
295 if (postblit.isGenerated())337 if (ctor.isCpCtor && ctor.isGenerated())
1483 final bool isGenerated() const scope @safe pure nothrow @nogc in isGenerated() function1488 final void isGenerated(bool v) pure nothrow @safe @nogc in isGenerated() function1885 return this.isGenerated() ? "generated function" : "function"; in kind()
725 if (fd.isGenerated && fd.isDtorDeclaration())1105 if (fd && (fd.isGenerated() || fd.isDtorDeclaration()))
1208 if (!dd || !dd.isGenerated()) in checkOverridenDtor()1225 dd.isGenerated() ? "generated " : "".ptr, in checkOverridenDtor()1256 if (fieldSd.dtor.isGenerated()) in checkOverridenDtor()5642 const bool isGenerated; variable5654 allowCommaExp = isGenerated = generated;
1004 bool isGenerated;
4849 if (e->type != Type::tvoid && !e->allowCommaExp && !e->isGenerated) in visit()5188 if (!((CommaExp *)exp->e2)->isGenerated) in visit()
4488 if (ctor && ctor.isCpCtor && ctor.isGenerated()) in visit()8214 else if (!e.allowCommaExp && !e.isGenerated) in visit()8710 if (!e2comma.isGenerated && !(sc.flags & SCOPE.Cfile)) in visit()
981 … if (sd.xeq && sd.xeq.isGenerated() && sd.xeq._scope && sd.xeq.semanticRun < PASS.semantic3done) in typeSemantic()
6066 isGenerated = generated; in CommaExp()
4772 else if (f.isGenerated() && f.isDisabled())
3011 if (ad && !funcdecl.isGenerated()) in funcDeclarationSemantic()
147 fd->isGenerated (true); in get_internal_fn()
1456 if (fd->isGenerated ()) in get_symbol_decl()
4639 unsigned *isGenerated);
1075 bool isGenerated;
8360 unsigned *isGenerated) { in clang_Cursor_isExternalSymbol() argument8371 if (isGenerated) in clang_Cursor_isExternalSymbol()8372 *isGenerated = attr->getGeneratedDeclaration(); in clang_Cursor_isExternalSymbol()