Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h917 unsigned IsThrownVariableInScope : 1; variable
926 bool IsThrownVariableInScope) : in CXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h2544 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr()