Searched refs:isFuncType (Results 1 – 2 of 2) sorted by relevance
961 (IRState::isFuncType): Replace with function_type_p.
4864 const isFuncType = (tp && tp.next.isTypeFunction) || t.isTypeDelegate; in parseAliasDeclarations() local4865 const remStc = isFuncType ? (storage_class & ~STC.FUNCATTR) : storage_class; in parseAliasDeclarations()