Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h838 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1287 Record.push_back(E->isThrownVariableInScope()); in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h8393 E->isThrownVariableInScope()); in TransformCXXThrowExpr()