Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h170 ParamDecl2StmtTy CoroutineParameterMappings; variable
582 return CoroutineParameterMappings; in getCoroutineParameterMappings()
H A DCGDebugInfo.cpp4556 auto Iter = llvm::find_if(CoroutineParameterMappings, [&](auto &Pair) { in EmitDeclare()
4567 if (Iter != CoroutineParameterMappings.end()) { in EmitDeclare()