Searched defs:VisitTypoExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2286 void ASTStmtWriter::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2288 void ASTStmtReader::VisitTypoExpr(TypoExpr *E) { in VisitTypoExpr() function in ASTStmtReader |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 2778 void StmtPrinter::VisitTypoExpr(TypoExpr *Node) { in VisitTypoExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 2317 void StmtProfiler::VisitTypoExpr(const TypoExpr *E) { in VisitTypoExpr() function in StmtProfiler |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprCXX.cpp | 8697 bool VisitTypoExpr(TypoExpr *TE) { in VisitTypoExpr() function in __anon88ca3d871611::FindTypoExprs |