Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp258 ExprResult R = SemaRef.BuildOperatorCoawaitLookupExpr(S, Loc); in buildOperatorCoawaitCall()
815 ExprResult Lookup = BuildOperatorCoawaitLookupExpr(S, Loc); in ActOnCoawaitExpr()
822 ExprResult Sema::BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc) { in BuildOperatorCoawaitLookupExpr() function in Sema
H A DTreeTransform.h8892 ExprResult Lookup = getSema().BuildOperatorCoawaitLookupExpr( in TransformCoawaitExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3143 ExprResult BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc);