OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoroutineSuspendExpr
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h
66
class
CoroutineSuspendExpr
;
148
ExprDependence computeDependence(
CoroutineSuspendExpr
*E);
ExprCXX.h
4681
class
CoroutineSuspendExpr
: public Expr {
4692
CoroutineSuspendExpr
(StmtClass SC, SourceLocation KeywordLoc, Expr *Common,
4705
CoroutineSuspendExpr
(StmtClass SC, SourceLocation KeywordLoc, QualType Ty,
4717
CoroutineSuspendExpr
(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) {
4766
class CoawaitExpr : public
CoroutineSuspendExpr
{
4773
:
CoroutineSuspendExpr
(CoawaitExprClass, CoawaitLoc, Operand, Ready,
4780
:
CoroutineSuspendExpr
(CoawaitExprClass, CoawaitLoc, Ty, Operand) {
4785
:
CoroutineSuspendExpr
(CoawaitExprClass, Empty) {}
4851
class CoyieldExpr : public
CoroutineSuspendExpr
{
4857
:
CoroutineSuspendExpr
(CoyieldExprClass, CoyieldLoc, Operand, Ready
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp
176
CoroutineSuspendExpr
const &S,
291
const
CoroutineSuspendExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
350
ExprDependence clang::computeDependence(
CoroutineSuspendExpr
*E) {
ExprClassification.cpp
435
return ClassifyInternal(Ctx, cast<
CoroutineSuspendExpr
>(E)->getResumeExpr());
Expr.cpp
2422
return cast<
CoroutineSuspendExpr
>(this)->getResumeExpr()->
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
372
void ASTStmtWriter::VisitCoroutineSuspendExpr(
CoroutineSuspendExpr
*E) {
Completed in 26 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026