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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp643 DR.SecondDiffType =
700 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl);
703 << DR.SecondDiffType;
910 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; local
914 if (FirstDiffType == Other || SecondDiffType == Other) {
920 if (FirstDiffType != SecondDiffType) {
971 assert(FirstDiffType == SecondDiffType);
1585 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; local
2023 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; local
2151 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member in struct:clang::ODRDiagsEmitter::DiffResult
127 // SecondDiffType will not be Other and FirstDecl and SecondDecl will be

Completed in 157 milliseconds