Home | History | Annotate | Download | only in AST

Lines Matching refs:IsWritten

1932   bool IsWritten : 1;
1934 /// If IsWritten is true, then this number keeps track of the textual order
2074 bool isWritten() const { return IsWritten; }
2079 return IsWritten ? static_cast<int>(SourceOrderOrNumArrayIndices) : -1;
2088 /// ensures that isWritten() returns true.
2090 assert(!IsWritten &&
2096 IsWritten = true;
2106 return IsWritten ? 0 : SourceOrderOrNumArrayIndices;