reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
158 StencilPart deref(llvm::StringRef ExprId);
233 testExpr(Id, "int *x; x;", cat(deref(Id)), "*x"); 238 testExpr(Id, "int *x; x + 1;", cat(deref(Id)), "*(x + 1)"); 243 testExpr(Id, "int x; &x;", cat(deref(Id)), "x"); 376 auto S = cat(deref("Id"));