Searched refs:isGenerated (Results 1 – 19 of 19) 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())1109 if (fd && (fd.isGenerated() || fd.isDtorDeclaration()))
1210 if (!dd || !dd.isGenerated()) in checkOverridenDtor()1227 dd.isGenerated() ? "generated " : "".ptr, in checkOverridenDtor()1258 if (fieldSd.dtor.isGenerated()) in checkOverridenDtor()5644 const bool isGenerated; variable5656 allowCommaExp = isGenerated = generated;
1004 bool isGenerated;
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()
4772 else if (f.isGenerated() && f.isDisabled())
3003 if (ad && !funcdecl.isGenerated()) in funcDeclarationSemantic()
147 fd->isGenerated (true); in get_internal_fn()
1494 if (fd->isGenerated ()) in get_symbol_decl()
4639 unsigned *isGenerated);
1075 bool isGenerated;
4849 if (e->type != Type::tvoid && !e->allowCommaExp && !e->isGenerated) in visit()5188 if (!((CommaExp *)exp->e2)->isGenerated) in visit()
6066 isGenerated = generated; in CommaExp()
8360 unsigned *isGenerated) { in clang_Cursor_isExternalSymbol() argument8371 if (isGenerated) in clang_Cursor_isExternalSymbol()8372 *isGenerated = attr->getGeneratedDeclaration(); in clang_Cursor_isExternalSymbol()
133884 int isGenerated; /* non-zero if column is generated */133890 isGenerated = pCol->colFlags & COLFLAG_GENERATED;133891 if( isGenerated && !b2ndPass ){133895 if( aiChng && aiChng[i]<0 && !isGenerated ){133913 assert( !isGenerated );133915 }else if( b2ndPass && !isGenerated ){