Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp305 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
DSemaDecl.cpp1730 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
1834 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/external/clang/include/clang/Sema/
DSema.h1957 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);