Searched defs:CheckStaticCast (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp78 void CheckStaticCast();
287 Op.CheckStaticCast();
719 /// CheckStaticCast - Check that a static_cast\<DestType\>(SrcExpr) is valid.
722 void CastOperation::CheckStaticCast() { function in class:CastOperation
1324 // At this point of CheckStaticCast, if the destination is a reference,

Completed in 49 milliseconds