Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp672 QualType *TheOffendingSrcType = nullptr, in CastsAwayConstness() argument
730 if (TheOffendingSrcType) in CastsAwayConstness()
731 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
752 if (TheOffendingSrcType) in CastsAwayConstness()
753 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
3315 QualType TheOffendingSrcType, TheOffendingDestType; in DiagnoseCastQual() local
3318 &TheOffendingSrcType, &TheOffendingDestType, in DiagnoseCastQual()
3338 << TheOffendingSrcType << TheOffendingDestType << qualifiers; in DiagnoseCastQual()