Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp616 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp2067 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
2206 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2440 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);