Searched defs:Backref (Results 1 – 2 of 2) sorted by relevance
1056 private struct Backref struct1071 bool addRefToType(OutBuffer* buf, Type t) in addRefToType()1110 bool addRefToIdentifier(OutBuffer* buf, Identifier id) in addRefToIdentifier()1117 extern(D) bool backrefImpl(T)(OutBuffer* buf, ref AssocArray!(T, size_t) aa, T key) in backrefImpl()1130 Type rootType; /// avoid infinite recursion
1219 std::string Backref = std::string("\\") + std::string(1, '0' + BackrefNum); in AddBackrefToRegEx() local