Home
last modified time | relevance | path

Searched refs:FindCompositeObjCPointerType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h898 QualType FindCompositeObjCPointerType(ExprResult &LHS, ExprResult &RHS,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4931 QualType SemaObjC::FindCompositeObjCPointerType(ExprResult &LHS, in FindCompositeObjCPointerType() function in SemaObjC
H A DSemaExprCXX.cpp7103 Composite = ObjC().FindCompositeObjCPointerType(LHS, RHS, QuestionLoc); in CXXCheckConditionalOperands()
H A DSemaExpr.cpp8475 ObjC().FindCompositeObjCPointerType(LHS, RHS, QuestionLoc); in CheckConditionalOperands()