Home
last modified time | relevance | path

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

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