Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3588 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local
3656 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()
3662 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()
3687 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()
3690 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()
3963 QualType FnRetType; in BuildReturnStmt() local
3969 FnRetType = FD->getReturnType(); in BuildReturnStmt()
3985 FnRetType = MD->getReturnType(); in BuildReturnStmt()
4010 FnRetType->getContainedAutoType()) { in BuildReturnStmt()
4050 FnRetType = FD->getReturnType(); in BuildReturnStmt()
[all …]
H A DSemaCoroutine.cpp1836 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local
1837 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()
1846 bool GroMatchesRetType = S.getASTContext().hasSameType(GroType, FnRetType); in makeGroDeclAndReturnStmt()
1848 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()
1862 InitializedEntity::InitializeResult(Loc, FnRetType); in makeGroDeclAndReturnStmt()