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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { function in class:ObjCPropertyRefExpr
313 QualType ObjCMessageExpr::getReceiverType() const { function in class:ObjCMessageExpr
328 QualType T = getReceiverType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp730 QualType receiverType = RefExpr->getReceiverType(S.Context);
763 QualType receiverType = RefExpr->getReceiverType(S.Context);
839 QualType receiverType = RefExpr->getReceiverType(S.Context);
H A DTreeTransform.h13504 E->getReceiverType(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp275 QualType recT = E->getReceiverType();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h776 QualType getReceiverType(const ASTContext &ctx) const;
1307 QualType getReceiverType() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp746 QualType ReceiverType = MessageExpr->getReceiverType();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3270 const QualType TypeDecl = Node.getReceiverType();

Completed in 235 milliseconds