Searched refs:FUNCFLAGinferScope (Results 1 – 2 of 2) sorted by relevance
442 fd->flags |= FUNCFLAGinferScope; in initInferAttributes()1596 if (flags & FUNCFLAGinferScope && !(fparam->storageClass & STCscope)) in semantic3()2312 flags &= ~FUNCFLAGinferScope; in semantic3()2508 if (flags & FUNCFLAGinferScope && !(v->storage_class & STCscope)) in declareThis()2534 if (flags & FUNCFLAGinferScope && !(v->storage_class & STCscope)) in declareThis()
512 #define FUNCFLAGinferScope 0x40 // infer 'scope' for parameters macro