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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2650     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOperand());
tools/clang/include/clang/AST/StmtCXX.h
  494     return getOperand() ? getOperand()->getEndLoc() : getBeginLoc();
  494     return getOperand() ? getOperand()->getEndLoc() : getBeginLoc();
  498     if (!getOperand())
  505     if (!getOperand())
tools/clang/lib/AST/StmtPrinter.cpp
 2268   if (S->getOperand()) {
 2270     Visit(S->getOperand());
tools/clang/lib/CodeGen/CGCoroutine.cpp
  277   const Expr *RV = S.getOperand();
tools/clang/lib/Sema/TreeTransform.h
 7303   ExprResult Result = getDerived().TransformInitializer(S->getOperand(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  358   Record.AddStmt(S->getOperand());