Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h107 class ObjCIsaExpr; variable
203 ExprDependence computeDependence(ObjCIsaExpr *E);
H A DExprObjC.h1491 class ObjCIsaExpr : public Expr {
1505 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, SourceLocation oploc, in ObjCIsaExpr() function
1513 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) {} in ObjCIsaExpr() function
H A DRecursiveASTVisitor.h2829 DEF_TRAVERSE_STMT(ObjCIsaExpr, {})
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td187 def ObjCIsaExpr : StmtNode<Expr>;
/src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp444 ExprDependence clang::computeDependence(ObjCIsaExpr *E) { in computeDependence()
H A DStmtProfile.cpp2393 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr()
H A DStmtPrinter.cpp1660 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1395 return new (S.Context) ObjCIsaExpr(BaseExpr.get(), IsArrow, MemberLoc, in LookupMemberExpr()
H A DSemaExpr.cpp683 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(E->IgnoreParenCasts())) { in DefaultLvalueConversion()
14824 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(LHS.get()->IgnoreParenCasts())) { in CreateBuiltinBinOp()
14828 if (ObjectSetClass && isa<ObjCIsaExpr>(LHS.get())) { in CreateBuiltinBinOp()
H A DTreeTransform.h15790 TreeTransform<Derived>::TransformObjCIsaExpr(ObjCIsaExpr *E) { in TransformObjCIsaExpr()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1079 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
3342 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1014 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp544 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
5543 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr()
H A DCodeGenFunction.h4281 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
H A DCGExpr.cpp1531 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValueHelper()