Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1864 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1236 bool isThrownVariableInScope() const { in isThrownVariableInScope() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8076 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13287 E->isThrownVariableInScope()); in TransformCXXThrowExpr()