OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureFields
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
510
llvm::DenseMap<const VarDecl *, FieldDecl *>
CaptureFields
;
512
LambdaClass->getCaptureFields(
CaptureFields
, ThisCaptureField);
519
const FieldDecl *FD =
CaptureFields
[VD];
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
395
CaptureFields
[I->getCapturedVar()->getCanonicalDecl()] = *Field;
397
CaptureFields
[I->getCapturedVar()->getCanonicalDecl()] = *Field;
411
return
CaptureFields
.lookup(VD->getCanonicalDecl());
435
llvm::SmallDenseMap<const VarDecl *, FieldDecl *>
CaptureFields
;
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026