Searched defs:VisitObjCIsaExpr (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 1016 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { VisitObjCIsaExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 1082 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { VisitObjCIsaExpr() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 1650 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { VisitObjCIsaExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 2384 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { VisitObjCIsaExpr() function in StmtProfiler |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 543 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { VisitObjCIsaExpr() function in __anon91c925d00111::ScalarExprEmitter |