Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp594 QualType *TheOffendingSrcType = nullptr, in CastsAwayConstness() argument
652 if (TheOffendingSrcType) in CastsAwayConstness()
653 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
674 if (TheOffendingSrcType) in CastsAwayConstness()
675 *TheOffendingSrcType = PrevUnwrappedSrcType; in CastsAwayConstness()
2873 QualType TheOffendingSrcType, TheOffendingDestType; in DiagnoseCastQual() local
2876 &TheOffendingSrcType, &TheOffendingDestType, in DiagnoseCastQual()
2896 << TheOffendingSrcType << TheOffendingDestType << qualifiers; in DiagnoseCastQual()