Home
last modified time | relevance | path

Searched defs:Coro (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-reference-coroutine-parameters.cpp32 struct Coro { struct
37 Coro get_return_object(); argument
H A Dno-suspend-with-lock.cpp61 struct Coro { struct
66 Coro get_return_object(); argument
/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp112 static SmallString<32> buildSuspendPrefixStr(CGCoroData &Coro, AwaitKind Kind) { in buildSuspendPrefixStr() argument
222 static LValueOrRValue emitSuspendExpression(CodeGenFunction &CGF, CGCoroData &Coro, in emitSuspendExpression() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp553 } else if (const auto *Coro = dyn_cast<CoroutineBodyStmt>(St)) { throwsException() local