Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp641 QualType *TheOffendingSrcType = nullptr, in CastsAwayConstness() argument
699 if (TheOffendingSrcType) in CastsAwayConstness()
700 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
721 if (TheOffendingSrcType) in CastsAwayConstness()
722 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
3259 QualType TheOffendingSrcType, TheOffendingDestType; in DiagnoseCastQual() local
3262 &TheOffendingSrcType, &TheOffendingDestType, in DiagnoseCastQual()
3282 << TheOffendingSrcType << TheOffendingDestType << qualifiers; in DiagnoseCastQual()