Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprCXX.h805 unsigned IsThrownVariableInScope : 1; variable
814 bool IsThrownVariableInScope) : in CXXThrowExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h2062 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr()