Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp641 DR.FirstDiffType = in FindTypeDiffs()
909 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local
920 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
972 switch (FirstDiffType) { in diagnoseMismatch()
1584 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local
1595 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
1602 switch (FirstDiffType) { in diagnoseMismatch()
2022 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local
2040 switch (FirstDiffType) { in diagnoseMismatch()
2150 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member