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.cpp721 QualType *TheOffendingSrcType = nullptr, in CastsAwayConstness() argument
780 if (TheOffendingSrcType) in CastsAwayConstness()
781 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
802 if (TheOffendingSrcType) in CastsAwayConstness()
803 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
3413 QualType TheOffendingSrcType, TheOffendingDestType; in DiagnoseCastQual() local
3416 &TheOffendingSrcType, &TheOffendingDestType, in DiagnoseCastQual()
3436 << TheOffendingSrcType << TheOffendingDestType << qualifiers; in DiagnoseCastQual()