Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DComputeDependence.h103 class ObjCIsaExpr; variable
195 ExprDependence computeDependence(ObjCIsaExpr *E);
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
DRecursiveASTVisitor.h2647 DEF_TRAVERSE_STMT(ObjCIsaExpr, {})
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DStmtNodes.td185 def ObjCIsaExpr : StmtNode<Expr>;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComputeDependence.cpp390 ExprDependence clang::computeDependence(ObjCIsaExpr *E) { in computeDependence()
DStmtProfile.cpp2224 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr()
DStmtPrinter.cpp1440 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp1332 return new (S.Context) ObjCIsaExpr(BaseExpr.get(), IsArrow, MemberLoc, in LookupMemberExpr()
DSemaExpr.cpp667 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(E->IgnoreParenCasts())) { in DefaultLvalueConversion()
14297 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(LHS.get()->IgnoreParenCasts())) { in CreateBuiltinBinOp()
14301 if (ObjectSetClass && isa<ObjCIsaExpr>(LHS.get())) { in CreateBuiltinBinOp()
DTreeTransform.h13990 TreeTransform<Derived>::TransformObjCIsaExpr(ObjCIsaExpr *E) { in TransformObjCIsaExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1071 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
3097 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp933 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp523 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
4843 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr()
DCodeGenFunction.h3853 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
DCGExpr.cpp1296 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()