Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3531 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local
3598 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()
3604 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()
3629 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()
3632 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()
3901 QualType FnRetType; in BuildReturnStmt() local
3907 FnRetType = FD->getReturnType(); in BuildReturnStmt()
3923 FnRetType = MD->getReturnType(); in BuildReturnStmt()
3941 FnRetType->getContainedAutoType()) { in BuildReturnStmt()
3967 FnRetType = FD->getReturnType(); in BuildReturnStmt()
[all …]
H A DSemaCoroutine.cpp1519 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local
1520 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()
1523 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()
1536 InitializedEntity::InitializeResult(Loc, FnRetType); in makeGroDeclAndReturnStmt()