OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PotentiallyCapturingExprs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
879
llvm::SmallVector<Expr*, 4>
PotentiallyCapturingExprs
;
941
PotentiallyCapturingExprs
.push_back(VarExpr);
1004
PotentiallyCapturingExprs
.erase(
1005
std::remove(
PotentiallyCapturingExprs
.begin(),
1006
PotentiallyCapturingExprs
.end(), E),
1007
PotentiallyCapturingExprs
.end());
1010
PotentiallyCapturingExprs
.clear();
1014
return
PotentiallyCapturingExprs
.size();
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
235
for (Expr *E :
PotentiallyCapturingExprs
) {
Completed in 51 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026