Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp322 struct GetParamRef : public StmtVisitor<GetParamRef> { struct
324 DeclRefExpr *Expr = nullptr;
325 GetParamRef() {} in GetParamRef() argument
326 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
330 void VisitStmt(Stmt *S) { in VisitStmt()