Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp83 isa<ObjCProtocolExpr>(Expr) || in tryToFixConversion()
H A DSemaExprObjC.cpp1418 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
H A DTreeTransform.h16847 TreeTransform<Derived>::TransformObjCProtocolExpr(ObjCProtocolExpr *E) { in TransformObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h503 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 DTextNodeDumper.h317 void VisitObjCProtocolExpr(const ObjCProtocolExpr *Node);
H A DJSONNodeDumper.h324 void VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE);
H A DRecursiveASTVisitor.h2892 DEF_TRAVERSE_STMT(ObjCProtocolExpr, {})
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp900 isa<ObjCProtocolExpr>(Expr) || in subscriptOperatorNeedsParens()
927 isa<ObjCProtocolExpr>(Expr) || in castOperatorNeedsParens()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp334 bool VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td185 def ObjCProtocolExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp298 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
3035 Stmt *RewriteObjC::RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp) { in RewriteObjCProtocolExpr()
4640 if (ObjCProtocolExpr *ProtocolExp = dyn_cast<ObjCProtocolExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp357 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 DJSONNodeDumper.cpp1299 void JSONNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE) { in VisitObjCProtocolExpr()
H A DStmtProfile.cpp2404 void StmtProfiler::VisitObjCProtocolExpr(const ObjCProtocolExpr *S) { in VisitObjCProtocolExpr()
H A DStmtPrinter.cpp2826 void StmtPrinter::VisitObjCProtocolExpr(ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
H A DTextNodeDumper.cpp1854 void TextNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *Node) { in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1519 void ASTStmtReader::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
3448 S = new (Context) ObjCProtocolExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1475 void ASTStmtWriter::VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp265 llvm::Value *CodeGenFunction::EmitObjCProtocolExpr(const ObjCProtocolExpr *E) { in EmitObjCProtocolExpr()
H A DCodeGenFunction.h4892 llvm::Value *EmitObjCProtocolExpr(const ObjCProtocolExpr *E);
H A DCGExprScalar.cpp563 Value *VisitObjCProtocolExpr(ObjCProtocolExpr *E) { in VisitObjCProtocolExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2369 …PNS_16ObjCProtocolExprE", "clang::ASTStmtReader::VisitObjCProtocolExpr(clang::ObjCProtocolExpr*)"},
2677 …PNS_16ObjCProtocolExprE", "clang::ASTStmtWriter::VisitObjCProtocolExpr(clang::ObjCProtocolExpr*)"},
3332 …olExprE", "clang::CodeGen::CodeGenFunction::EmitObjCProtocolExpr(clang::ObjCProtocolExpr const*)"},