Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3569 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local
3635 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()
3641 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()
3666 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()
3669 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()
3944 QualType FnRetType; in BuildReturnStmt() local
3950 FnRetType = FD->getReturnType(); in BuildReturnStmt()
3966 FnRetType = MD->getReturnType(); in BuildReturnStmt()
3983 FnRetType->getContainedAutoType()) { in BuildReturnStmt()
4023 FnRetType = FD->getReturnType(); in BuildReturnStmt()
[all …]
H A DSemaCoroutine.cpp1604 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local
1605 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()
1608 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()
1620 InitializedEntity::InitializeResult(Loc, FnRetType); in makeGroDeclAndReturnStmt()