Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1891 const EnumConstantDecl *SecondConstant = SecondHashes[I].first; in diagnoseMismatch() local
1893 if (FirstConstant->getDeclName() != SecondConstant->getDeclName()) { in diagnoseMismatch()
1895 DiagNote(SecondConstant, EnumConstantName) << I + 1 << SecondConstant; in diagnoseMismatch()
1900 const Expr *SecondInit = SecondConstant->getInitExpr(); in diagnoseMismatch()
1907 DiagNote(SecondConstant, EnumConstantSingleInitializer) in diagnoseMismatch()
1908 << I + 1 << SecondConstant << (SecondInit != nullptr); in diagnoseMismatch()
1915 DiagNote(SecondConstant, EnumConstantDifferentInitializer) in diagnoseMismatch()
1916 << I + 1 << SecondConstant; in diagnoseMismatch()