Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3215 QualType FnRetType = CurCap->ReturnType; in ActOnCapScopeReturnStmt() local
3275 FnRetType = Context.VoidTy; in ActOnCapScopeReturnStmt()
3281 CurCap->ReturnType = FnRetType; in ActOnCapScopeReturnStmt()
3283 assert(!FnRetType.isNull()); in ActOnCapScopeReturnStmt()
3307 if (FnRetType->isDependentType()) { in ActOnCapScopeReturnStmt()
3310 } else if (FnRetType->isVoidType()) { in ActOnCapScopeReturnStmt()
3544 QualType FnRetType; in BuildReturnStmt() local
3550 FnRetType = FD->getReturnType(); in BuildReturnStmt()
3561 FnRetType = MD->getReturnType(); in BuildReturnStmt()
3599 FnRetType = FD->getReturnType(); in BuildReturnStmt()
[all …]
H A DSemaCoroutine.cpp1398 QualType const FnRetType = FD.getReturnType(); in makeGroDeclAndReturnStmt() local
1399 assert(!FnRetType->isDependentType() && in makeGroDeclAndReturnStmt()
1402 if (FnRetType->isVoidType()) { in makeGroDeclAndReturnStmt()
1414 InitializedEntity::InitializeResult(Loc, FnRetType, false); in makeGroDeclAndReturnStmt()
1415 S.PerformMoveOrCopyInitialization(Entity, nullptr, FnRetType, ReturnValue); in makeGroDeclAndReturnStmt()