OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExprCleanupObjects
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
7021
assert(
ExprCleanupObjects
.size() >= FirstCleanup);
7023
ExprCleanupObjects
.size() == FirstCleanup);
7027
auto Cleanups = llvm::makeArrayRef(
ExprCleanupObjects
.begin() + FirstCleanup,
7028
ExprCleanupObjects
.size() - FirstCleanup);
SemaLambda.cpp
2024
ExprCleanupObjects
.push_back(Block);
SemaExpr.cpp
6959
ExprCleanupObjects
.push_back(E);
15597
ExprCleanupObjects
.push_back(Result->getBlockDecl());
16372
ExprEvalContexts.emplace_back(NewContext,
ExprCleanupObjects
.size(), Cleanup,
16679
ExprCleanupObjects
.erase(
ExprCleanupObjects
.begin() + Rec.NumCleanupObjects,
16680
ExprCleanupObjects
.end());
16699
ExprCleanupObjects
.erase(
16700
ExprCleanupObjects
.begin() + ExprEvalContexts.back().NumCleanupObjects,
16701
ExprCleanupObjects
.end());
SemaDecl.cpp
14753
assert(
ExprCleanupObjects
.size() ==
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
765
///
ExprCleanupObjects
- This is the stack of objects requiring
767
SmallVector<ExprWithCleanups::CleanupObject, 8>
ExprCleanupObjects
;
Completed in 119 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026