Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9795 DeclarationName SecondName = SecondTD->getDeclName(); in diagnoseOdrViolations() local
9796 if (FirstName != SecondName) { in diagnoseOdrViolations()
9838 DeclarationName SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations() local
9839 if (FirstName != SecondName) { in diagnoseOdrViolations()
9841 DiagNote(VarName) << SecondName; in diagnoseOdrViolations()
9849 DiagNote(VarType) << SecondName << SecondType; in diagnoseOdrViolations()
9863 << SecondName << (SecondInit == nullptr) in diagnoseOdrViolations()
9873 << SecondName << SecondInit->getSourceRange(); in diagnoseOdrViolations()
10216 if (FirstName != SecondName) { in diagnoseOdrViolations()
10236 << hasSecondArg << SecondName; in diagnoseOdrViolations()
[all …]