Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2984 QualType areCommonBaseCompatible(const ObjCObjectPointerType *LHSOPT,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp5003 if (!(compositeType = Context.areCommonBaseCompatible(LHSOPT, RHSOPT)) in FindCompositeObjCPointerType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10485 QualType ASTContext::areCommonBaseCompatible( in areCommonBaseCompatible() function in ASTContext