Searched refs:ObjCProtocolExpr (Results 1 - 19 of 19) sorted by relevance

/external/lldb/include/lldb/Core/
H A DClangForward.h91 class ObjCProtocolExpr;
/external/clang/tools/libclang/
H A DIndexBody.cpp95 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
H A DCIndex.cpp3253 if (const ObjCProtocolExpr *PE = dyn_cast<ObjCProtocolExpr>(E))
3821 return cxstring::createRef("ObjCProtocolExpr");
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp84 isa<ObjCProtocolExpr>(Expr) ||
H A DSemaExprObjC.cpp1113 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);
H A DTreeTransform.h9526 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) {
/external/clang/include/clang/AST/
H A DExprObjC.h421 /// ObjCProtocolExpr used for protocol expression in Objective-C.
429 class ObjCProtocolExpr : public Expr { class in namespace:clang
433 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, function in class:clang::ObjCProtocolExpr
438 explicit ObjCProtocolExpr(EmptyShell Empty) function in class:clang::ObjCProtocolExpr
H A DDataRecursiveASTVisitor.h2204 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
H A DRecursiveASTVisitor.h2226 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
/external/clang/lib/AST/
H A DASTDumper.cpp351 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
1936 void ASTDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) {
H A DStmtProfile.cpp1179 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) {
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp901 isa<ObjCProtocolExpr>(Expr) ||
928 isa<ObjCProtocolExpr>(Expr) ||
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp368 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
3659 Stmt *RewriteModernObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) {
5695 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S))
H A DRewriteObjC.cpp308 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
3064 Stmt *RewriteObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) {
4717 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S))
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp975 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
2351 S = new (Context) ObjCProtocolExpr(Empty);
H A DASTWriterStmt.cpp919 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2256 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
H A DCGExprScalar.cpp241 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) {
H A DCGObjC.cpp223 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) {

Completed in 7227 milliseconds