Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr
313 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr
328 QualType T = getReceiverType(); in getReceiverInterface()
/freebsd-13.1/contrib/llvm-project/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.h13868 E->getReceiverType(), in TransformObjCMessageExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp275 QualType recT = E->getReceiverType(); in VisitObjCMessageExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h776 QualType getReceiverType(const ASTContext &ctx) const;
1307 QualType getReceiverType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp746 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3626 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()