Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h831 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1286 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8354 E->isThrownVariableInScope()); in TransformCXXThrowExpr()