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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp639 DR.SecondDecl = SecondIt == SecondHashes.end() ? nullptr : SecondIt->first;
644 DR.SecondDecl ? DifferenceSelector(DR.SecondDecl) : EndOfClass;
666 if (DR.SecondDecl) {
667 Diag(DR.SecondDecl->getLocation(), diag::note_second_module_difference)
668 << DR.SecondDecl->getSourceRange();
700 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl);
835 const NamedDecl *SecondDecl = std::get<1>(Pair); local
836 if (computeODRHash(FirstDecl) == computeODRHash(SecondDecl))
839 assert(FirstDecl->getKind() == SecondDecl
912 const Decl *SecondDecl = DR.SecondDecl; local
1587 const Decl *SecondDecl = DR.SecondDecl; local
2025 const Decl *SecondDecl = DR.SecondDecl; local
2153 const Decl *SecondDecl = DR.SecondDecl; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h122 const Decl *FirstDecl = nullptr, *SecondDecl = nullptr; member in struct:clang::ODRDiagsEmitter::DiffResult
127 // SecondDiffType will not be Other and FirstDecl and SecondDecl will be

Completed in 118 milliseconds