HomeSort by: relevance | last modified time | path
    Searched refs:CoawaitExpr (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 261 RValue CodeGenFunction::EmitCoawaitExpr(const CoawaitExpr &E,
301 CodeGenFunction::EmitCoawaitLValue(const CoawaitExpr *E) {
CGExprComplex.cpp 120 ComplexPairTy VisitCoawaitExpr(CoawaitExpr *S) {
CGExprAgg.cpp 117 void VisitCoawaitExpr(CoawaitExpr *E) {
CodeGenFunction.h 3207 RValue EmitCoawaitExpr(const CoawaitExpr &E,
3210 LValue EmitCoawaitLValue(const CoawaitExpr *E);
CGExpr.cpp 1426 return EmitCoawaitLValue(cast<CoawaitExpr>(E));
CGExprScalar.cpp 439 Value *VisitCoawaitExpr(CoawaitExpr *S) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 420 /// set cleanup state so that the CoawaitExpr is also wrapped with an
894 CoawaitExpr(Loc, Context.DependentTy, E, IsImplicit);
915 new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1],
TreeTransform.h 7848 TreeTransform<Derived>::TransformCoawaitExpr(CoawaitExpr *E) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 4766 class CoawaitExpr : public CoroutineSuspendExpr {
4770 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready,
4778 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand,
4784 CoawaitExpr(EmptyShell Empty)
RecursiveASTVisitor.h 2735 DEF_TRAVERSE_STMT(CoawaitExpr, {
Stmt.h 969 friend class CoawaitExpr;
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 920 const internal::VariadicDynCastAllOfMatcher<Stmt, CoawaitExpr>
921 coawaitExpr;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 471 void ASTStmtReader::VisitCoawaitExpr(CoawaitExpr *E) {
3828 S = new (Context) CoawaitExpr(Empty);
ASTWriterStmt.cpp 380 void ASTStmtWriter::VisitCoawaitExpr(CoawaitExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 2366 void StmtPrinter::VisitCoawaitExpr(CoawaitExpr *S) {
StmtProfile.cpp 2117 void StmtProfiler::VisitCoawaitExpr(const CoawaitExpr *S) {
ItaniumMangle.cpp 5013 mangleExpression(cast<CoawaitExpr>(E)->getOperand());
5027 mangleExpression(cast<CoawaitExpr>(E)->getOperand());
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 2409 /// coawaitExpr()
2411 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CoawaitExpr>
2412 coawaitExpr;

Completed in 84 milliseconds