OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsThrownVarInScope
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
801
bool
IsThrownVarInScope
= false;
819
IsThrownVarInScope
= true;
833
return BuildCXXThrow(OpLoc, Ex,
IsThrownVarInScope
);
837
bool
IsThrownVarInScope
) {
874
if (
IsThrownVarInScope
)
881
Entity, NRVOVariable, QualType(), Ex,
IsThrownVarInScope
);
892
CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
IsThrownVarInScope
);
Completed in 23 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026