Home
last modified time | relevance | path

Searched refs:ObjCIsaExpr (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h105 class ObjCIsaExpr; variable
199 ExprDependence computeDependence(ObjCIsaExpr *E);
H A DExprObjC.h1482 class ObjCIsaExpr : public Expr {
1496 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, SourceLocation oploc, in ObjCIsaExpr() function
1504 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) {} in ObjCIsaExpr() function
H A DRecursiveASTVisitor.h2767 DEF_TRAVERSE_STMT(ObjCIsaExpr, {})
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td185 def ObjCIsaExpr : StmtNode<Expr>;
/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp412 ExprDependence clang::computeDependence(ObjCIsaExpr *E) { in computeDependence()
H A DStmtProfile.cpp2282 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr()
H A DStmtPrinter.cpp1590 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp1348 return new (S.Context) ObjCIsaExpr(BaseExpr.get(), IsArrow, MemberLoc, in LookupMemberExpr()
H A DSemaExpr.cpp672 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(E->IgnoreParenCasts())) { in DefaultLvalueConversion()
15057 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(LHS.get()->IgnoreParenCasts())) { in CreateBuiltinBinOp()
15061 if (ObjectSetClass && isa<ObjCIsaExpr>(LHS.get())) { in CreateBuiltinBinOp()
H A DTreeTransform.h14285 TreeTransform<Derived>::TransformObjCIsaExpr(ObjCIsaExpr *E) { in TransformObjCIsaExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1056 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
3151 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp931 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp525 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
4906 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr()
H A DCodeGenFunction.h3918 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
H A DCGExpr.cpp1326 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()