Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterStmt.cpp1739 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExprCXX.h1217 bool isThrownVariableInScope() const { in isThrownVariableInScope() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTImporter.cpp7659 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h12182 E->isThrownVariableInScope()); in TransformCXXThrowExpr()