Home
last modified time | relevance | path

Searched refs:BuildOperatorCoawaitLookupExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp260 ExprResult R = SemaRef.BuildOperatorCoawaitLookupExpr(S, Loc); in buildOperatorCoawaitCall()
797 ExprResult Lookup = BuildOperatorCoawaitLookupExpr(S, Loc); in ActOnCoawaitExpr()
804 ExprResult Sema::BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc) { in BuildOperatorCoawaitLookupExpr() function in Sema
H A DTreeTransform.h7979 ExprResult Lookup = getSema().BuildOperatorCoawaitLookupExpr( in TransformCoawaitExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10564 ExprResult BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc);