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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp641 DR.FirstDiffType =
694 GetMismatchedDeclLoc(FirstRecord, DR.FirstDiffType, DR.FirstDecl);
697 << FirstDiagInfo.second << DR.FirstDiffType;
909 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; local
914 if (FirstDiffType == Other || SecondDiffType == Other) {
920 if (FirstDiffType != SecondDiffType) {
971 assert(FirstDiffType == SecondDiffType);
972 switch (FirstDiffType) {
1270 FirstDiffType
1584 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; local
2022 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; local
2150 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; 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
126 // If there is a diagnoseable difference, FirstDiffType and

Completed in 113 milliseconds