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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
   85 CORETURNSTMT(CoreturnStmt, Stmt)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2650     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOperand());
 2650     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOperand());
 2651     ShouldVisitChildren = false;
tools/clang/include/clang/AST/StmtCXX.h
  468       : Stmt(CoreturnStmtClass), CoreturnLoc(CoreturnLoc),
  512     return T->getStmtClass() == CoreturnStmtClass;
tools/clang/lib/Analysis/CFG.cpp
 2295     case Stmt::CoreturnStmtClass:
tools/clang/lib/CodeGen/CGStmt.cpp
  152   case Stmt::CoreturnStmtClass:
tools/clang/lib/Sema/TreeTransform.h
 7303   ExprResult Result = getDerived().TransformInitializer(S->getOperand(),
 7310   return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(),
 7311                                           S->isImplicit());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1230     case Stmt::CoreturnStmtClass:
tools/clang/tools/libclang/CXCursor.cpp
  249   case Stmt::CoreturnStmtClass: