Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h89 class ObjCProtocolExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp84 isa<ObjCProtocolExpr>(Expr) || in tryToFixConversion()
H A DSemaExprObjC.cpp1241 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
H A DTreeTransform.h12078 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) { in TransformObjCProtocolExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h266 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
H A DExprObjC.h474 class ObjCProtocolExpr : public Expr {
482 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol,
487 explicit ObjCProtocolExpr(EmptyShell Empty)
H A DRecursiveASTVisitor.h2515 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td169 def ObjCProtocolExpr : DStmt<Expr>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp904 isa<ObjCProtocolExpr>(Expr) || in subscriptOperatorNeedsParens()
931 isa<ObjCProtocolExpr>(Expr) || in castOperatorNeedsParens()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp322 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp952 void TextNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
H A DStmtProfile.cpp1901 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) { in VisitObjCProtocolExpr()
H A DStmtPrinter.cpp2272 void StmtPrinter::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp301 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
3037 Stmt *RewriteObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr()
4658 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp359 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
3584 Stmt *RewriteModernObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr()
5559 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1133 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
2710 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1082 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp224 isa<ObjCProtocolExpr>(Expr) || isa<MemberExpr>(Expr) || in subscriptOperatorNeedsParens()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp257 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) { in EmitObjCProtocolExpr()
H A DCodeGenFunction.h3767 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
H A DCGExprScalar.cpp493 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()