Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp427 static bool UnwrapDissimilarPointerTypes(QualType& T1, QualType& T2) { in UnwrapDissimilarPointerTypes() function
518 while (UnwrapDissimilarPointerTypes(UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()