Home
last modified time | relevance | path

Searched refs:VisitObjCBoxedExpr (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h264 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp336 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in __anon4593f9160111::BodyIndexer
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp931 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr() function in TextNodeDumper
H A DStmtProfile.cpp1879 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in StmtProfiler
H A DStmtPrinter.cpp2228 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in StmtPrinter
H A DExprConstant.cpp5785 bool VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in __anon24b4dfe91111::PointerExprEvaluator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1026 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1078 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in ASTStmtReader
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp793 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() function in __anon442aaf6c0111::ScalarExprEmitter