Home
last modified time | relevance | path

Searched refs:GroType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-gro.cpp26 struct GroType { struct
27 ~GroType();
33 GroType get_return_object() noexcept;
H A Dcoro-gro-exp-namespace.cpp26 struct GroType { struct
27 ~GroType();
33 GroType get_return_object() noexcept;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1600 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local
1601 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt()
1617 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt()