| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 83 isa<ObjCProtocolExpr>(Expr) || in tryToFixConversion()
|
| H A D | SemaExprObjC.cpp | 1409 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
|
| H A D | TreeTransform.h | 14391 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) { in TransformObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/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 | 296 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
|
| H A D | JSONNodeDumper.h | 306 void VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE);
|
| H A D | RecursiveASTVisitor.h | 2783 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
|
| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 904 isa<ObjCProtocolExpr>(Expr) || in subscriptOperatorNeedsParens() 931 isa<ObjCProtocolExpr>(Expr) || in castOperatorNeedsParens()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexBody.cpp | 322 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 183 def ObjCProtocolExpr : StmtNode<Expr>;
|
| /openbsd-src/gnu/llvm/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 | 359 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp); 3583 Stmt *RewriteModernObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr() 5556 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1190 void JSONNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE) { in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2266 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) { in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1341 void TextNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2623 void StmtPrinter::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1464 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr() 3173 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1341 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 227 isa<ObjCProtocolExpr>(Expr) || isa<MemberExpr>(Expr) || in subscriptOperatorNeedsParens()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 265 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) { in EmitObjCProtocolExpr()
|
| H A D | CodeGenFunction.h | 4276 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
|
| H A D | CGExprScalar.cpp | 514 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 4735 if (const ObjCProtocolExpr *PE = dyn_cast<ObjCProtocolExpr>(E)) in getDeclFromExpr()
|