| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 83 isa<ObjCProtocolExpr>(Expr) || in tryToFixConversion()
|
| H A D | SemaExprObjC.cpp | 1418 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
|
| H A D | TreeTransform.h | 16847 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) { in TransformObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 503 class ObjCProtocolExpr : public Expr { 511 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, in ObjCProtocolExpr() function 517 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() function
|
| H A D | TextNodeDumper.h | 317 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
|
| H A D | JSONNodeDumper.h | 324 void VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE);
|
| H A D | RecursiveASTVisitor.h | 2892 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 900 isa<ObjCProtocolExpr>(Expr) || in subscriptOperatorNeedsParens() 927 isa<ObjCProtocolExpr>(Expr) || in castOperatorNeedsParens()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 334 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 185 def ObjCProtocolExpr : StmtNode<Expr>;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 298 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp); 3035 Stmt *RewriteObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr() 4640 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 357 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp); 3581 Stmt *RewriteModernObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr() 5519 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1299 void JSONNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE) { in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2404 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) { in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2826 void StmtPrinter::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1854 void TextNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1519 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr() 3448 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1475 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 265 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) { in EmitObjCProtocolExpr()
|
| H A D | CodeGenFunction.h | 4892 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
|
| H A D | CGExprScalar.cpp | 563 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2369 …PNS_16ObjCProtocolExprE", "clang::ASTStmtReader::VisitObjCProtocolExpr(clang::ObjCProtocolExpr*)"}, 2677 …PNS_16ObjCProtocolExprE", "clang::ASTStmtWriter::VisitObjCProtocolExpr(clang::ObjCProtocolExpr*)"}, 3332 …olExprE", "clang::CodeGen::CodeGenFunction::EmitObjCProtocolExpr(clang::ObjCProtocolExpr const*)"},
|