Searched refs:VisitObjCIsaExpr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | StmtProfile.cpp | 2224 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr() function in StmtProfiler |
| H A D | StmtPrinter.cpp | 1440 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr() function in StmtPrinter |
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | ASTWriterStmt.cpp | 933 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr() function in ASTStmtWriter |
| H A D | ASTReaderStmt.cpp | 1071 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr() function in ASTStmtReader |
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ | ||
| H A D | CGExprScalar.cpp | 523 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr() function in __anon941989f10111::ScalarExprEmitter |