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.cpp496 struct GetParamRef : public StmtVisitor<GetParamRef> { struct
498 DeclRefExpr *Expr = nullptr;
499 GetParamRef() {} in GetParamRef() function
500 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
504 void VisitStmt(Stmt *S) { in VisitStmt()