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.cpp1896 const EnumConstantDecl *SecondConstant = SecondHashes[I].first; in diagnoseMismatch() local
1898 if (FirstConstant->getDeclName() != SecondConstant->getDeclName()) { in diagnoseMismatch()
1900 DiagNote(SecondConstant, EnumConstantName) << I + 1 << SecondConstant; in diagnoseMismatch()
1905 const Expr *SecondInit = SecondConstant->getInitExpr(); in diagnoseMismatch()
1912 DiagNote(SecondConstant, EnumConstantSingleInitializer) in diagnoseMismatch()
1913 << I + 1 << SecondConstant << (SecondInit != nullptr); in diagnoseMismatch()
1920 DiagNote(SecondConstant, EnumConstantDifferentInitializer) in diagnoseMismatch()
1921 << I + 1 << SecondConstant; in diagnoseMismatch()