Home
last modified time | relevance | path

Searched refs:CoroutineParameterMappings (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h169 ParamDecl2StmtTy CoroutineParameterMappings; variable
549 return CoroutineParameterMappings; in getCoroutineParameterMappings()
H A DCGDebugInfo.cpp4387 auto Iter = llvm::find_if(CoroutineParameterMappings, [&](auto &Pair) { in EmitDeclare()
4398 if (Iter != CoroutineParameterMappings.end()) { in EmitDeclare()