| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 83 isa<ObjCProtocolExpr>(Expr) || in tryToFixConversion()
|
| H A D | SemaExprObjC.cpp | 1411 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
|
| H A D | TreeTransform.h | 13908 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) { in TransformObjCProtocolExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 504 class ObjCProtocolExpr : public Expr { 512 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, in ObjCProtocolExpr() function 518 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() function
|
| H A D | TextNodeDumper.h | 295 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
|
| H A D | JSONNodeDumper.h | 301 void VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE);
|
| H A D | RecursiveASTVisitor.h | 2666 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 903 isa<ObjCProtocolExpr>(Expr) || in subscriptOperatorNeedsParens() 930 isa<ObjCProtocolExpr>(Expr) || in castOperatorNeedsParens()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 182 def ObjCProtocolExpr : StmtNode<Expr>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 318 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 300 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp); 3037 Stmt *RewriteObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr() 4661 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 358 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp); 3582 Stmt *RewriteModernObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr() 5556 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1151 void JSONNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE) { in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2186 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) { in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1326 void TextNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2445 void StmtPrinter::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1473 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr() 3072 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1345 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 227 isa<ObjCProtocolExpr>(Expr) || isa<MemberExpr>(Expr) || in subscriptOperatorNeedsParens()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 261 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) { in EmitObjCProtocolExpr()
|
| H A D | CodeGenFunction.h | 4198 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
|
| H A D | CGExprScalar.cpp | 510 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|