OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCoroutine
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
472
bool
isCoroutine
() const { return !FirstCoroutineStmtLoc.isInvalid(); }
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
646
bool
IsCoroutine
= FSI->
isCoroutine
();
676
if (
IsCoroutine
)
2339
: (fscope->
isCoroutine
()
SemaCoroutine.cpp
1090
assert(Fn && Fn->
isCoroutine
() && "not a coroutine");
SemaDecl.cpp
14430
if (getLangOpts().Coroutines && FSI->
isCoroutine
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
470
if (NormalCleanupDest.isValid() &&
isCoroutine
()) {
CodeGenFunction.h
341
bool
isCoroutine
() const {
Completed in 47 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026