Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h169 SourceLocation FirstCoroutineStmtLoc; variable
468 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine()
471 assert(FirstCoroutineStmtLoc.isInvalid() && in setFirstCoroutineStmt()
473 FirstCoroutineStmtLoc = Loc; in setFirstCoroutineStmt()
481 assert(FirstCoroutineStmtLoc.isValid() in getFirstCoroutineStmtKeyword()
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp638 if (ScopeInfo->FirstCoroutineStmtLoc.isInvalid() && !IsImplicit) in checkCoroutineContext()
1107 assert(Fn->FirstCoroutineStmtLoc.isValid() && in CheckCompletedCoroutineBody()
1110 Diag(Fn->FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in CheckCompletedCoroutineBody()
1197 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in diagReturnOnAllocFailure()
1237 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in makeReturnOnAllocFailure()
1513 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in makeOnException()
1540 S.Diag(Fn.FirstCoroutineStmtLoc, diag::note_declared_coroutine_here) in noteMemberDeclaredHere()
DScopeInfo.cpp44 FirstCoroutineStmtLoc = SourceLocation(); in Clear()