Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h1370 class ObjCIsaExpr : public Expr {
1380 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, QualType ty) in ObjCIsaExpr() function
1388 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) { } in ObjCIsaExpr() function
1410 static bool classof(const ObjCIsaExpr *) { return true; } in classof() argument
DRecursiveASTVisitor.h2172 DEF_TRAVERSE_STMT(ObjCIsaExpr, { })
/external/clang/include/clang/Basic/
DStmtNodes.td148 def ObjCIsaExpr : DStmt<Expr>;
/external/clang/lib/AST/
DStmtProfile.cpp1049 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr()
DStmtPrinter.cpp899 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp527 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
1946 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp498 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
/external/clang/lib/Sema/
DSemaExprMember.cpp1162 return Owned(new (Context) ObjCIsaExpr(BaseExpr.take(), IsArrow, MemberLoc, in LookupMemberExpr()
DTreeTransform.h8699 TreeTransform<Derived>::TransformObjCIsaExpr(ObjCIsaExpr *E) { in TransformObjCIsaExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp243 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
2780 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr()
DCodeGenFunction.h2137 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
DCGExpr.cpp713 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2092 DEF_TRAVERSE_STMT(ObjCIsaExpr, { })