Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1894 const EnumConstantDecl *SecondConstant = SecondHashes[I].first; in diagnoseMismatch() local
1896 if (FirstConstant->getDeclName() != SecondConstant->getDeclName()) { in diagnoseMismatch()
1898 DiagNote(SecondConstant, EnumConstantName) << I + 1 << SecondConstant; in diagnoseMismatch()
1903 const Expr *SecondInit = SecondConstant->getInitExpr(); in diagnoseMismatch()
1910 DiagNote(SecondConstant, EnumConstantSingleInitializer) in diagnoseMismatch()
1911 << I + 1 << SecondConstant << (SecondInit != nullptr); in diagnoseMismatch()
1918 DiagNote(SecondConstant, EnumConstantDifferentInitializer) in diagnoseMismatch()
1919 << I + 1 << SecondConstant; in diagnoseMismatch()