Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h677 unsigned IsThrownVariableInScope : 1; in alignas() local
H A DExprCXX.h1193 bool IsThrownVariableInScope) in CXXThrowExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h3128 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr()