Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h170 ParamDecl2StmtTy CoroutineParameterMappings; variable
581 return CoroutineParameterMappings; in getCoroutineParameterMappings()
H A DCGDebugInfo.cpp4590 auto Iter = llvm::find_if(CoroutineParameterMappings, [&](auto &Pair) { in EmitDeclare()
4601 if (Iter != CoroutineParameterMappings.end()) { in EmitDeclare()