Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1289 TypeSourceInfo *SecondTSI = SecondFriend->getFriendType(); in diagnoseMismatch() local
1301 if (FirstTSI && SecondTSI) { in diagnoseMismatch()
1303 QualType SecondFriendType = SecondTSI->getType(); in diagnoseMismatch()
1320 << (SecondTSI == nullptr); in diagnoseMismatch()