Searched refs:isScopeExp (Results 1 – 9 of 9) sorted by relevance
149 ScopeExp* isScopeExp();
1043 if (auto se = init.exp.isScopeExp()) in inferType()
653 s = e.isScopeExp().sds; in buildXopCmp()
1843 mtype.sym = e.isScopeExp().sds; in typeSemantic()2804 else if (auto se = exp.isScopeExp()) in resolveExp()
781 else if (auto se = e1.isScopeExp()) in resolvePropertiesOnly()1216 else if (auto se = e1.isScopeExp())4256 if (ScopeExp se = exp.e1.isScopeExp()) in visit()12280 case EXP.scope_: return dotMangleof(exp.loc, sc, exp.e1.isScopeExp().sds); in semanticX()12406 if (auto ie = eright.isScopeExp()) // also used for template alias's in semanticY()
199 else if (auto te = ea.isScopeExp()) in getDsymbol()6750 if (auto se = (cast(DotExp)ea).e2.isScopeExp()) in semanticTiargs()
2570 case EXP.scope_: return visitScope(e.isScopeExp()); in expressionPrettyPrint()
1081 … if (ei && (ei.exp.op != EXP.scope_ ? true : !ei.exp.isScopeExp().sds.isPackage())) in visit()
1644 … inout(ScopeExp) isScopeExp() { return op == EXP.scope_ ? cast(typeof(return))this : null; } in isScopeExp() function