Lines Matching defs:Loc

33                                  SourceLocation Loc, bool &Res) {  in lookupMember()
44 SourceLocation Loc) { in lookupMember()
141 SourceLocation Loc) { in lookupCoroutineHandleType()
183 static bool isValidCoroutineContext(Sema &S, SourceLocation Loc, in isValidCoroutineContext()
251 ExprResult Sema::BuildOperatorCoawaitCall(SourceLocation Loc, Expr *E, in BuildOperatorCoawaitCall()
259 SourceLocation Loc, Expr *E) { in buildOperatorCoawaitCall()
268 SourceLocation Loc) { in buildCoroutineHandle()
301 static ExprResult buildMemberCall(Sema &S, Expr *Base, SourceLocation Loc, in buildMemberCall()
331 SourceLocation Loc) { in maybeTailCall()
377 SourceLocation Loc, Expr *E) { in buildCoawaitCalls()
469 SourceLocation Loc, StringRef Name, in buildPromiseCall()
481 VarDecl *Sema::buildCoroutinePromise(SourceLocation Loc) { in buildCoroutinePromise()
585 static FunctionScopeInfo *checkCoroutineContext(Sema &S, SourceLocation Loc, in checkCoroutineContext()
705 SourceLocation Loc = Fn->getLocation(); in ActOnCoroutineBodyStart() local
771 static bool checkSuspensionContext(Sema &S, SourceLocation Loc, in checkSuspensionContext()
790 ExprResult Sema::ActOnCoawaitExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoawaitExpr()
811 ExprResult Sema::BuildOperatorCoawaitLookupExpr(Scope *S, SourceLocation Loc) { in BuildOperatorCoawaitLookupExpr()
833 ExprResult Sema::BuildUnresolvedCoawaitExpr(SourceLocation Loc, Expr *Operand, in BuildUnresolvedCoawaitExpr()
873 ExprResult Sema::BuildResolvedCoawaitExpr(SourceLocation Loc, Expr *Operand, in BuildResolvedCoawaitExpr()
914 ExprResult Sema::ActOnCoyieldExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoyieldExpr()
936 ExprResult Sema::BuildCoyieldExpr(SourceLocation Loc, Expr *E) { in BuildCoyieldExpr()
972 StmtResult Sema::ActOnCoreturnStmt(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoreturnStmt()
980 StmtResult Sema::BuildCoreturnStmt(SourceLocation Loc, Expr *E, in BuildCoreturnStmt()
1012 static Expr *buildStdNoThrowDeclRef(Sema &S, SourceLocation Loc) { in buildStdNoThrowDeclRef()
1042 SourceLocation Loc) { in getTypeSourceInfoForStdAlignValT()
1049 static bool findDeleteForPromise(Sema &S, SourceLocation Loc, QualType PromiseType, in findDeleteForPromise()
1203 auto Loc = E->getExprLoc(); in diagReturnOnAllocFailure() local
1273 static bool collectPlacementArgs(Sema &S, FunctionDecl &FD, SourceLocation Loc, in collectPlacementArgs()
1780 static VarDecl *buildVarDecl(Sema &S, SourceLocation Loc, QualType Type, in buildVarDecl()
1791 bool Sema::buildCoroutineParameterMoves(SourceLocation Loc) { in buildCoroutineParameterMoves()