Searched refs:DotDispStr (Results 1 – 1 of 1) sorted by relevance
1696 StringRef DotDispStr = Tok.getString(); in ParseIntelDotOperator() local1697 if (DotDispStr.startswith(".")) in ParseIntelDotOperator()1698 DotDispStr = DotDispStr.drop_front(1); in ParseIntelDotOperator()1703 DotDispStr.getAsInteger(10, DotDisp); in ParseIntelDotOperator()1706 std::pair<StringRef, StringRef> BaseMember = DotDispStr.split('.'); in ParseIntelDotOperator()1714 End = SMLoc::getFromPointer(DotDispStr.data()); in ParseIntelDotOperator()1715 const char *DotExprEndLoc = DotDispStr.data() + DotDispStr.size(); in ParseIntelDotOperator()