Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp261 ExprResult R = SemaRef.BuildOperatorCoawaitLookupExpr(S, Loc); in buildOperatorCoawaitCall()
892 ExprResult Lookup = BuildOperatorCoawaitLookupExpr(S, Loc); in ActOnCoawaitExpr()
899 ExprResult Sema::BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc) { in BuildOperatorCoawaitLookupExpr() function in Sema
H A DTreeTransform.h8247 ExprResult Lookup = getSema().BuildOperatorCoawaitLookupExpr( in TransformCoawaitExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11239 ExprResult BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc);