Home
last modified time | relevance | path

Searched refs:isIncompatibleTypedef (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1044 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp2573 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
2712 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3653 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);