Searched defs:VisitObjCIsaExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 1014 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 1079 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr() function in ASTStmtReader |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 1660 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 2393 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr() function in StmtProfiler |
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 544 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr() function in __anone7cacfbd0111::ScalarExprEmitter |