Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9878 const bool SecondIsConstexpr = SecondVD->isConstexpr(); in diagnoseOdrViolations() local
9879 if (FirstIsConstexpr != SecondIsConstexpr) { in diagnoseOdrViolations()
9881 DiagNote(VarConstexpr) << SecondName << SecondIsConstexpr; in diagnoseOdrViolations()