Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1864 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h1236 bool isThrownVariableInScope() const { in isThrownVariableInScope() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp8076 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h13287 E->isThrownVariableInScope()); in TransformCXXThrowExpr()