HomeSort by: relevance | last modified time | path
    Searched refs:copied_from (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/interface/
generator.h 71 * "copied_from" records the direct superclass from which the method
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; member in struct:isl_class
generator.cc 75 if (copied_from.count(method) != 0)
76 return copied_from.at(method).is_static(method);
cpp.cc 105 clazz.copied_from.emplace(fd, super);
381 if (method.clazz.copied_from.count(method.fd) == 0) {
386 auto super = method.clazz.copied_from.at(method.fd);

Completed in 20 milliseconds