Lines Matching refs:parsePostfix
1085 StorageClass Parser::parsePostfix(StorageClass storageClass, Expressions **pudas) in parsePostfix() function
1577 stc = parsePostfix(stc, &udas); in parseCtor()
1608 stc = parsePostfix(stc, &udas); in parseCtor()
1666 stc = parsePostfix(stc, &udas); in parseDtor()
1705 stc = parsePostfix(stc & ~STC_TYPECTOR, NULL) | stc; in parseStaticCtor()
1743 stc = parsePostfix(stc & ~STC_TYPECTOR, &udas) | stc; in parseStaticDtor()
1787 stc = parsePostfix(stc & ~STC_TYPECTOR, NULL) | stc; in parseSharedStaticCtor()
1824 stc = parsePostfix(stc & ~STC_TYPECTOR, &udas) | stc; in parseSharedStaticDtor()
3412 StorageClass stc = parsePostfix(STCundefined, NULL); in parseBasicType2()
3580 StorageClass stc = parsePostfix(storageClass, pudas); in parseDeclarator()
4199 stc = parsePostfix(STCundefined, NULL); in parseFunctionLiteral()
5757 StorageClass stc = parsePostfix(STCundefined, NULL); in parseStatement()