Home
last modified time | relevance | path

Searched defs:IsThrownVariableInScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h812 unsigned IsThrownVariableInScope : 1; variable
821 bool IsThrownVariableInScope) : in CXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h2280 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr()