OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isInitCapture
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
220
bool Capture::
isInitCapture
() const {
223
return !isNested() && isVariableCapture() && getVariable()->
isInitCapture
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
1207
bool LambdaExpr::
isInitCapture
(const LambdaCapture *C) const {
1208
return (C->capturesVariable() && C->getCapturedVar()->
isInitCapture
() &&
Completed in 42 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026