Home
last modified time | relevance | path

Searched refs:is_get_method_name (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dgenerator.h117 bool is_get_method_name(FunctionDecl *fd, const string &name) const;
120 return is_get_method_name(fd, base_method_name(fd)); in is_get_method()
H A Dgenerator.cc855 bool isl_class::is_get_method_name(FunctionDecl *fd, const string &name) const in is_get_method_name() function in isl_class
868 if (is_get_method_name(fd, base)) in method_name()