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

  /src/external/mit/isl/dist/interface/
extract_interface.h 3 bool has_annotation(clang::Decl *decl, const char *name);
generator.cc 512 return has_annotation(decl, "isl_overload");
519 return has_annotation(decl, "isl_constructor");
526 return has_annotation(decl, "isl_take");
533 return has_annotation(decl, "isl_keep");
540 return has_annotation(decl, "isl_give");
extract_interface.cc 122 bool has_annotation(Decl *decl, const char *name) function
143 return has_annotation(decl, "isl_export");

Completed in 84 milliseconds