OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVariableCapture
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
223
return !isNested() &&
isVariableCapture
() && getVariable()->isInitCapture();
SemaLambda.cpp
1601
assert(Cap.
isVariableCapture
() && "unknown kind of capture");
1700
if (Capture.
isVariableCapture
()) {
1850
assert(From.
isVariableCapture
() && "unknown kind of capture");
SemaCUDA.cpp
833
if (Capture.
isVariableCapture
()) {
SemaStmt.cpp
4670
assert(Cap.
isVariableCapture
() && "unknown kind of capture");
SemaDecl.cpp
7547
if (Capture.
isVariableCapture
() && Capture.getVariable() == VD)
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
605
bool
isVariableCapture
() const {
631
assert(
isVariableCapture
());
Completed in 36 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026