Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1732 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1211 bool isThrownVariableInScope() const { in isThrownVariableInScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp7264 ToSubExpr, ToType, ToThrowLoc, E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h11656 E->isThrownVariableInScope()); in TransformCXXThrowExpr()