Home
last modified time | relevance | path

Searched refs:isThrownVariableInScope (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h943 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1352 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1731 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1201 bool isThrownVariableInScope() const { in isThrownVariableInScope() function
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp7138 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h9371 E->isThrownVariableInScope()); in TransformCXXThrowExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h11418 E->isThrownVariableInScope()); in TransformCXXThrowExpr()