Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h181 ParamDecl2StmtTy CoroutineParameterMappings; variable
643 return CoroutineParameterMappings; in getCoroutineParameterMappings()
H A DCGDebugInfo.cpp5151 auto Iter = llvm::find_if(CoroutineParameterMappings, [&](auto &Pair) { in EmitDeclare()
5162 if (Iter != CoroutineParameterMappings.end()) { in EmitDeclare()