reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 1968   switch (S->getStmtClass()) {
 1979     if (!CheckConstexprDeclStmt(SemaRef, Dcl, cast<DeclStmt>(S), Cxx1yLoc, Kind))
 1988         Cxx1yLoc = S->getBeginLoc();
 1992     ReturnStmts.push_back(S->getBeginLoc());
 1998       Cxx1yLoc = S->getBeginLoc();
 2000     CompoundStmt *CompStmt = cast<CompoundStmt>(S);
 2011       Cxx1yLoc = S->getBeginLoc();
 2017       Cxx1yLoc = S->getBeginLoc();
 2019     IfStmt *If = cast<IfStmt>(S);
 2040       Cxx1yLoc = S->getBeginLoc();
 2041     for (Stmt *SubStmt : S->children())
 2055       Cxx1yLoc = S->getBeginLoc();
 2056     for (Stmt *SubStmt : S->children())
 2068       Cxx2aLoc = S->getBeginLoc();
 2069     for (Stmt *SubStmt : S->children()) {
 2081                                     cast<CXXCatchStmt>(S)->getHandlerBlock(),
 2087     if (!isa<Expr>(S))
 2092       Cxx1yLoc = S->getBeginLoc();
 2097     SemaRef.Diag(S->getBeginLoc(), diag::err_constexpr_body_invalid_stmt)