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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  955 DEPENDENTCOAWAITEXPR(DependentCoawaitExpr, Expr)

References

tools/clang/include/clang/AST/ExprCXX.h
 4750       : Expr(DependentCoawaitExprClass, Ty, VK_RValue, OK_Ordinary,
 4764       : Expr(DependentCoawaitExprClass, Empty) {}
 4787     return T->getStmtClass() == DependentCoawaitExprClass;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2662     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOperand());
 2662     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOperand());
 2663     ShouldVisitChildren = false;
tools/clang/lib/AST/Expr.cpp
 3445   case DependentCoawaitExprClass:
tools/clang/lib/AST/ExprClassification.cpp
  132   case Expr::DependentCoawaitExprClass:
tools/clang/lib/AST/ExprConstant.cpp
13906   case Expr::DependentCoawaitExprClass:
tools/clang/lib/AST/ItaniumMangle.cpp
 4376   case Expr::DependentCoawaitExprClass:
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1226   case Expr::DependentCoawaitExprClass:
tools/clang/lib/Sema/TreeTransform.h
 7331   ExprResult OperandResult = getDerived().TransformInitializer(E->getOperand(),
 7337           E->getOperatorCoawaitLookup());
 7345       E->getKeywordLoc(), OperandResult.get(),
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1229     case Stmt::DependentCoawaitExprClass:
tools/clang/tools/libclang/CXCursor.cpp
  260   case Stmt::DependentCoawaitExprClass: