Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h143 class ObjCProtocolExpr : public Expr {
147 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, in ObjCProtocolExpr() function
152 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() function
170 static bool classof(const ObjCProtocolExpr *) { return true; } in classof() argument
DRecursiveASTVisitor.h1935 DEF_TRAVERSE_STMT(ObjCProtocolExpr, { })
/external/clang/lib/AST/
DStmtDumper.cpp168 void VisitObjCProtocolExpr(ObjCProtocolExpr *Node);
637 void StmtDumper::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
DStmtProfile.cpp943 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) { in VisitObjCProtocolExpr()
DStmtPrinter.cpp1440 void StmtPrinter::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
/external/clang/include/clang/Basic/
DStmtNodes.td132 def ObjCProtocolExpr : DStmt<Expr>;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp782 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
1729 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp763 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp291 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
3176 Stmt *RewriteObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr()
5688 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/external/clang/lib/Sema/
DSemaExprObjC.cpp233 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, RParenLoc); in ParseObjCProtocolExpression()
DTreeTransform.h7805 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) { in TransformObjCProtocolExpr()
/external/clang/lib/CodeGen/
DCodeGenFunction.h2136 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
DCGObjC.cpp59 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) { in EmitObjCProtocolExpr()
DCGExprScalar.cpp238 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/external/clang/tools/libclang/
DCIndex.cpp2952 if (ObjCProtocolExpr *PE = dyn_cast<ObjCProtocolExpr>(E)) in getDeclFromExpr()