Searched defs:VisitCXXConstCastExpr (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ | ||
H A D | MakeMemberFunctionConstCheck.cpp | 81 bool VisitCXXConstCastExpr(const CXXConstCastExpr *) { in VisitCXXConstCastExpr() function in clang::tidy::readability::FindUsageOfThis |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 1798 void ASTStmtWriter::VisitCXXConstCastExpr(CXXConstCastExpr *E) { VisitCXXConstCastExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 1817 void ASTStmtReader::VisitCXXConstCastExpr(CXXConstCastExpr *E) { VisitCXXConstCastExpr() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 1991 void StmtPrinter::VisitCXXConstCastExpr(CXXConstCastExpr *Node) { VisitCXXConstCastExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 1958 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) { VisitCXXConstCastExpr() function in StmtProfiler |