Searched refs:CoroutineParameterMappings (Results 1 – 2 of 2) sorted by relevance
170 ParamDecl2StmtTy CoroutineParameterMappings; variable581 return CoroutineParameterMappings; in getCoroutineParameterMappings()
4590 auto Iter = llvm::find_if(CoroutineParameterMappings, [&](auto &Pair) { in EmitDeclare()4601 if (Iter != CoroutineParameterMappings.end()) { in EmitDeclare()