Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp60 struct CastOperation { struct
61 CastOperation(Sema &S, QualType destType, ExprResult src) in CastOperation() function
196 CheckNoDerefRAII(CastOperation &Op) : Op(Op) {} in CheckNoDerefRAII()
203 CastOperation &Op;
307 CastOperation Op(*this, DestType, E); in BuildCXXNamedCast()
398 CastOperation Op(*this, TSI->getType(), Operand); in BuildBuiltinBitCastExpr()
788 void CastOperation::CheckDynamicCast() { in CheckDynamicCast()
963 void CastOperation::CheckConstCast() { in CheckConstCast()
983 void CastOperation::CheckAddrspaceCast() { in CheckAddrspaceCast()
1193 void CastOperation::CheckReinterpretCast() { in CheckReinterpretCast()
[all …]