Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp644 DR.SecondDecl ? DifferenceSelector(DR.SecondDecl) : EndOfClass; in FindTypeDiffs()
666 if (DR.SecondDecl) { in diagnoseSubMismatchUnexpected()
885 Diag(SecondDecl->getLocation(), in diagnoseMismatch()
912 const Decl *SecondDecl = DR.SecondDecl; in diagnoseMismatch() local
1553 Diag(SecondDecl->getLocation(), in diagnoseMismatch()
1587 const Decl *SecondDecl = DR.SecondDecl; in diagnoseMismatch() local
1649 Diag(SecondDecl->getLocation(), in diagnoseMismatch()
2025 const Decl *SecondDecl = DR.SecondDecl; in diagnoseMismatch() local
2102 Diag(SecondDecl->getLocation(), in diagnoseMismatch()
2153 const Decl *SecondDecl = DR.SecondDecl; in diagnoseMismatch() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h122 const Decl *FirstDecl = nullptr, *SecondDecl = nullptr; member