OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsThrownVarInScope
(Results
1 - 2
of
2
) 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
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
6187
bool
IsThrownVarInScope
);
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026