OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isThrownVariableInScope
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
1193
bool
IsThrownVariableInScope
)
1196
CXXThrowExprBits.
IsThrownVariableInScope
=
IsThrownVariableInScope
;
1211
bool
isThrownVariableInScope
() const {
1212
return CXXThrowExprBits.
IsThrownVariableInScope
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1732
Record.push_back(E->
isThrownVariableInScope
());
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
7264
ToSubExpr, ToType, ToThrowLoc, E->
isThrownVariableInScope
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
3045
bool
IsThrownVariableInScope
) {
3046
return getSema().BuildCXXThrow(ThrowLoc, Sub,
IsThrownVariableInScope
);
11656
E->
isThrownVariableInScope
());
Completed in 79 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026