Searched refs:DataAtom (Results 1 – 2 of 2) sorted by relevance
35 typedef enum { TextAtom, DataAtom } AtomType; enumerator50 bool isDataAtom() { return Type == DataAtom; } in isDataAtom()
28 assert(Type == DataAtom && "Trying to add MCData to a non-data atom!"); in addData()