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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h102 enum ODRMismatchDecl { enum in class:clang::ODRDiagsEmitter
123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other;
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp676 ODRMismatchDecl DiffType, const Decl *D) {
909 ODRMismatchDecl FirstDiffType = DR.FirstDiffType;
910 ODRMismatchDecl SecondDiffType = DR.SecondDiffType;
1584 ODRMismatchDecl FirstDiffType = DR.FirstDiffType;
1585 ODRMismatchDecl SecondDiffType = DR.SecondDiffType;
2022 ODRMismatchDecl FirstDiffType = DR.FirstDiffType;
2023 ODRMismatchDecl SecondDiffType = DR.SecondDiffType;
2150 ODRMismatchDecl FirstDiffType = DR.FirstDiffType;
2151 ODRMismatchDecl SecondDiffType = DR.SecondDiffType;

Completed in 94 milliseconds