Searched refs:buildScopeRef (Results 1 – 5 of 5) sorted by relevance
289 psr = buildScopeRef(par.storageClass); in checkParamArgumentEscape()1282 printf("byref `%s` %s\n", v.toChars(), toChars(buildScopeRef(v.storage_class))); in checkReturnEscapeImpl()1316 const vsr = buildScopeRef(v.storage_class); in checkReturnEscapeImpl()1713 ScopeRef psr = buildScopeRef(stc); in visit()1768 const psr = buildScopeRef(getThisStorageClass(fd)); in visit()1794 const psr = buildScopeRef(stc); in visit()2010 ScopeRef psr = buildScopeRef(stc); in visit()2048 const psr = buildScopeRef(stc); in visit()
998 final switch (buildScopeRef(stc)) in mangleParameter()
7055 return covariant[buildScopeRef(from)][buildScopeRef(to)]; in isCovariantScope()7247 ScopeRef buildScopeRef(StorageClass stc) pure nothrow @nogc @safe in buildScopeRef() function
2852 final switch (buildScopeRef(stc)) in stcToBuffer()
1504 const sr = buildScopeRef(fparam.storageClass); in typeSemantic()