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

  /external/clang/lib/Sema/
SemaCast.cpp 158 QualType DestType, bool CStyle,
163 QualType DestType, bool CStyle,
169 QualType DestType, bool CStyle,
175 CanQualType DestType, bool CStyle,
183 QualType DestType,bool CStyle,
203 bool CStyle, unsigned &msg);
205 QualType DestType, bool CStyle,
679 if (TryConstCast(Self, SrcExpr.get(), DestType, /*CStyle*/false, msg) != TC_Success
701 /*CStyle*/false, OpRange, msg, Kind);
787 /// possible. If @p CStyle, ignore access restrictions on hierarchy castin
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 24 milliseconds