Searched refs:PrefixAttributes (Results 1 – 3 of 3) sorted by relevance
43 struct PrefixAttributes;74 Dsymbols *parseDeclDefs(int once, Dsymbol **pLastDecl = NULL, PrefixAttributes *pAttrs = NULL);76 Dsymbols *parseBlock(Dsymbol **pLastDecl, PrefixAttributes *pAttrs = NULL);96 Dsymbol *parseCtor(PrefixAttributes *pAttrs);97 Dsymbol *parseDtor(PrefixAttributes *pAttrs);98 Dsymbol *parseStaticCtor(PrefixAttributes *pAttrs);99 Dsymbol *parseStaticDtor(PrefixAttributes *pAttrs);100 Dsymbol *parseSharedStaticCtor(PrefixAttributes *pAttrs);101 Dsymbol *parseSharedStaticDtor(PrefixAttributes *pAttrs);102 Dsymbol *parseInvariant(PrefixAttributes *pAttrs);[all …]
219 struct PrefixAttributes struct230 PrefixAttributes() in PrefixAttributes() argument243 Dsymbols *Parser::parseDeclDefs(int once, Dsymbol **pLastDecl, PrefixAttributes *pAttrs) in parseDeclDefs()259 PrefixAttributes attrs; in parseDeclDefs()1157 Dsymbols *Parser::parseBlock(Dsymbol **pLastDecl, PrefixAttributes *pAttrs) in parseBlock()1563 Dsymbol *Parser::parseCtor(PrefixAttributes *pAttrs) in parseCtor()1655 Dsymbol *Parser::parseDtor(PrefixAttributes *pAttrs) in parseDtor()1694 Dsymbol *Parser::parseStaticCtor(PrefixAttributes *pAttrs) in parseStaticCtor()1731 Dsymbol *Parser::parseStaticDtor(PrefixAttributes *pAttrs) in parseStaticDtor()1775 Dsymbol *Parser::parseSharedStaticCtor(PrefixAttributes *pAttrs) in parseSharedStaticCtor()[all …]
292 …AST.Dsymbols* parseDeclDefs(int once, AST.Dsymbol* pLastDecl = null, PrefixAttributes!AST* pAttrs …308 PrefixAttributes!AST attrs;1129 private AST.Dsymbols* parseBlock(AST.Dsymbol* pLastDecl, PrefixAttributes!AST* pAttrs = null)2317 private AST.Dsymbol parseCtor(PrefixAttributes!AST* pAttrs)2410 private AST.Dsymbol parseDtor(PrefixAttributes!AST* pAttrs)2446 private AST.Dsymbol parseStaticCtor(PrefixAttributes!AST* pAttrs)2480 private AST.Dsymbol parseStaticDtor(PrefixAttributes!AST* pAttrs)2521 private AST.Dsymbol parseSharedStaticCtor(PrefixAttributes!AST* pAttrs)2554 private AST.Dsymbol parseSharedStaticDtor(PrefixAttributes!AST* pAttrs)2596 private AST.Dsymbol parseInvariant(PrefixAttributes!AST* pAttrs)[all …]