Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1069 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp2433 bool Sema::isIncompatibleTypedef(const TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
2567 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4036 bool isIncompatibleTypedef(const TypeDecl *Old, TypedefNameDecl *New);