Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1004 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp2521 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema
2660 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3585 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);