Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1452 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1047 bool isThrownVariableInScope() const { in isThrownVariableInScope() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp6754 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h10189 E->isThrownVariableInScope()); in TransformCXXThrowExpr()