Searched refs:TOKdot (Results 1 – 9 of 9) sorted by relevance
179 while (nextToken() == TOKdot) in parseModule()348 case TOKdot: in parseDeclDefs()362 if (peekNext() == TOKdot) in parseDeclDefs()1362 if (token.value == TOKdot) in parseLinkage()1447 } while (token.value == TOKdot); in parseQualifiedIdentifier()2653 if (token.value == TOKdot) in parseMixin()2662 check(TOKdot); in parseMixin()2682 if (tiargs && token.value == TOKdot) in parseMixin()2700 if (token.value != TOKdot) in parseMixin()2931 while (token.value == TOKdot) in parseImport()[all …]
95 TOKdot, TOKarrow, TOKcomma, enumerator
377 Token::tochars[TOKdot] = "."; in TokenInitializer()
672 t->value = TOKdot; in scan()
251 if (e1->op == TOKdot)543 if (e1->op == TOKdot) in resolvePropertiesOnly()5445 if (e->op == TOKdot) in findTempDecl()6057 : BinExp(loc, TOKdot, sizeof(DotExp), e1, e2) in DotExp()
676 t->value != TOKdot && t->next->value != TOKdot) in visit()
2951 else if (exp->e1->op == TOKdot) in visit()8292 if (exp->e1->op == TOKdot) in semanticX()8377 if (exp->e1->op == TOKdot) in semanticY()8759 else if (e->op == TOKdot) in semanticY()
7893 assert(e->op != TOKdot); in dotExp()8453 assert(e->op != TOKdot); in dotExp()
657 case TOKdot: // ditto in ctfeInterpret()