Searched refs:CastsAwayConstness (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp426 /// same class. This is because CastsAwayConstness doesn't care.
478 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
487 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, function
1952 if (CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle,
2090 if (CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle,
2572 CastsAwayConstness(Self, SrcType, DestType, true, false,

Completed in 35 milliseconds