Searched defs:UndefinedAtom (Results 1 – 2 of 2) sorted by relevance
57 static bool classof(const UndefinedAtom *) { return true; } in classof()60 UndefinedAtom() : Atom(definitionUndefined) {} in UndefinedAtom() function
27 class UndefinedAtom; variable