Home
last modified time | relevance | path

Searched refs:getReceiverType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprObjC.cpp96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr
300 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr
315 QualType T = getReceiverType(); in getReceiverInterface()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp730 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet()
763 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet()
839 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
H A DTreeTransform.h14163 E->getReceiverType(), in TransformObjCMessageExpr()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp279 QualType recT = E->getReceiverType(); in VisitObjCMessageExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h776 QualType getReceiverType(const ASTContext &ctx) const;
1307 QualType getReceiverType() const;
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp1733 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType()
1737 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp743 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3639 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()