HomeSort by relevance Sort by last modified time
    Searched defs:CStyle (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaCXXCast.cpp 81 QualType DestType, bool CStyle,
86 QualType DestType, bool CStyle,
92 QualType DestType, bool CStyle,
98 CanQualType DestType, bool CStyle,
106 QualType DestType,bool CStyle,
126 bool CStyle, unsigned &msg);
128 QualType DestType, bool CStyle,
609 if (TryConstCast(Self, SrcExpr.get(), DestType, /*CStyle*/false, msg) != TC_Success
634 /*CStyle*/false, OpRange, msg, Kind);
727 /// possible. If @p CStyle, ignore access restrictions on hierarchy castin
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 17 milliseconds