Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1185 CXXThrowExprBits.ThrowLoc = Loc; in CXXThrowExpr()
1186 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()
1194 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc()
1202 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
DStmt.h1050 CXXThrowExprBitfields CXXThrowExprBits; member
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1824 E->CXXThrowExprBits.ThrowLoc = readSourceLocation(); in VisitCXXThrowExpr()
1826 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()