Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp9639 const NamedDecl* SecondDecl = cast<NamedDecl>(SecondIt->first); in diagnoseOdrViolations() local
9641 assert(FirstDecl->getKind() == SecondDecl->getKind() && in diagnoseOdrViolations()
9645 DeclarationName SecondName = SecondDecl->getDeclName(); in diagnoseOdrViolations()
9657 ODRDiagNote(SecondDecl->getLocation(), SecondDecl->getSourceRange(), in diagnoseOdrViolations()
9668 const auto *SecondParam = cast<TemplateTypeParmDecl>(SecondDecl); in diagnoseOdrViolations()
9681 ODRDiagNote(SecondDecl->getLocation(), in diagnoseOdrViolations()
9682 SecondDecl->getSourceRange(), in diagnoseOdrViolations()
9693 ODRDiagNote(SecondDecl->getLocation(), SecondDecl->getSourceRange(), in diagnoseOdrViolations()
9700 const auto *SecondParam = cast<NonTypeTemplateParmDecl>(SecondDecl); in diagnoseOdrViolations()
9713 ODRDiagNote(SecondDecl->getLocation(), in diagnoseOdrViolations()
[all …]