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