Searched refs:ReturnStmts (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1016 SmallVectorImpl<SourceLocation> &ReturnStmts, in CheckConstexprFunctionStmt() argument 1043 ReturnStmts.push_back(S->getLocStart()); in CheckConstexprFunctionStmt() 1053 if (!CheckConstexprFunctionStmt(SemaRef, Dcl, BodyIt, ReturnStmts, in CheckConstexprFunctionStmt() 1071 if (!CheckConstexprFunctionStmt(SemaRef, Dcl, If->getThen(), ReturnStmts, in CheckConstexprFunctionStmt() 1075 !CheckConstexprFunctionStmt(SemaRef, Dcl, If->getElse(), ReturnStmts, in CheckConstexprFunctionStmt() 1094 !CheckConstexprFunctionStmt(SemaRef, Dcl, SubStmt, ReturnStmts, in CheckConstexprFunctionStmt() 1109 !CheckConstexprFunctionStmt(SemaRef, Dcl, SubStmt, ReturnStmts, in CheckConstexprFunctionStmt() 1149 SmallVector<SourceLocation, 4> ReturnStmts; in CheckConstexprFunctionBody() local 1156 if (!CheckConstexprFunctionStmt(*this, Dcl, BodyIt, ReturnStmts, Cxx1yLoc)) in CheckConstexprFunctionBody() 1222 if (ReturnStmts.empty()) { in CheckConstexprFunctionBody() [all …]
|