OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCapture
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h
266
const Capture &
getCapture
(const VarDecl *var) const {
267
return const_cast<CGBlockInfo*>(this)->
getCapture
(var);
269
Capture &
getCapture
(const VarDecl *var) {
CGBlocks.cpp
510
return CGF.BlockInfo->
getCapture
(VD).fieldType();
912
const CGBlockInfo::Capture &capture = blockInfo.
getCapture
(variable);
935
BlockInfo->
getCapture
(variable);
1247
const CGBlockInfo::Capture &capture = BlockInfo->
getCapture
(variable);
1546
const CGBlockInfo::Capture &capture = blockInfo.
getCapture
(variable);
1586
const CGBlockInfo::Capture &capture = blockInfo.
getCapture
(variable);
1682
const CGBlockInfo::Capture &Capture = BlockInfo.
getCapture
(Variable);
CGDebugInfo.cpp
4504
->getElementOffset(blockInfo.
getCapture
(VD).getIndex()));
4636
const CGBlockInfo::Capture &captureInfo = block.
getCapture
(variable);
CGObjCMac.cpp
2441
const CGBlockInfo::Capture &capture = blockInfo.
getCapture
(variable);
2970
const CGBlockInfo::Capture &capture = blockInfo.
getCapture
(variable);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
722
Capture &
getCapture
(VarDecl *Var) {
727
const Capture &
getCapture
(VarDecl *Var) const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
1177
<< C->Id << SourceRange(LSI->
getCapture
(Var).getLocation())
SemaExpr.cpp
17241
CaptureType = CSI->
getCapture
(Var).getCaptureType();
17249
const Capture &Cap = CSI->
getCapture
(Var);
17727
CSI->
getCapture
(Var).markUsed(BuildAndDiagnose);
Completed in 66 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026