Home
last modified time | relevance | path

Searched defs:CoroutineBodyStmt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtCXX.cpp109 CoroutineBodyStmt::CoroutineBodyStmt(CoroutineBodyStmt::CtorArgs const &Args) in CoroutineBodyStmt() function in CoroutineBodyStmt
/external/clang/include/clang/AST/
DStmtCXX.h314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h115 class CoroutineBodyStmt; variable