Searched refs:ReturnStmts (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 1018 SmallVectorImpl<SourceLocation> &ReturnStmts, in CheckConstexprFunctionStmt() argument 1045 ReturnStmts.push_back(S->getLocStart()); in CheckConstexprFunctionStmt() 1055 if (!CheckConstexprFunctionStmt(SemaRef, Dcl, BodyIt, ReturnStmts, in CheckConstexprFunctionStmt() 1073 if (!CheckConstexprFunctionStmt(SemaRef, Dcl, If->getThen(), ReturnStmts, in CheckConstexprFunctionStmt() 1077 !CheckConstexprFunctionStmt(SemaRef, Dcl, If->getElse(), ReturnStmts, in CheckConstexprFunctionStmt() 1096 !CheckConstexprFunctionStmt(SemaRef, Dcl, SubStmt, ReturnStmts, in CheckConstexprFunctionStmt() 1111 !CheckConstexprFunctionStmt(SemaRef, Dcl, SubStmt, ReturnStmts, in CheckConstexprFunctionStmt() 1151 SmallVector<SourceLocation, 4> ReturnStmts; in CheckConstexprFunctionBody() local 1158 if (!CheckConstexprFunctionStmt(*this, Dcl, BodyIt, ReturnStmts, Cxx1yLoc)) in CheckConstexprFunctionBody() 1224 if (ReturnStmts.empty()) { in CheckConstexprFunctionBody() [all …]
|