Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp532 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
DSemaDecl.cpp1898 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
2037 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp875 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
DSemaDecl.cpp2195 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
2334 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/external/clang/include/clang/Sema/
DSema.h2144 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);
/external/llvm-project/clang/include/clang/Sema/
DSema.h3109 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);