Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h174 ParamDecl2StmtTy CoroutineParameterMappings; variable
618 return CoroutineParameterMappings; in getCoroutineParameterMappings()
H A DCGDebugInfo.cpp4888 auto Iter = llvm::find_if(CoroutineParameterMappings, [&](auto &Pair) { in EmitDeclare()
4899 if (Iter != CoroutineParameterMappings.end()) { in EmitDeclare()