Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DODRDiagsEmitter.cpp641 DR.SecondDiffType = in FindTypeDiffs()
698 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseSubMismatchDifferentDeclKinds()
701 << DR.SecondDiffType; in diagnoseSubMismatchDifferentDeclKinds()
908 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
912 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()
918 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
969 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()
1580 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
1584 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()
1590 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member