Home
last modified time | relevance | path

Searched defs:GetParamRef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp497 struct GetParamRef : public StmtVisitor<GetParamRef> { struct
499 DeclRefExpr *Expr = nullptr;
500 GetParamRef() {} in GetParamRef() argument
501 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
505 void VisitStmt(Stmt *S) { in VisitStmt()