Home
last modified time | relevance | path

Searched defs:VisitCXXConstCastExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.cpp81 bool VisitCXXConstCastExpr(const CXXConstCastExpr *) { in VisitCXXConstCastExpr() function in clang::tidy::readability::FindUsageOfThis
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1798 void ASTStmtWriter::VisitCXXConstCastExpr(CXXConstCastExpr *E) { VisitCXXConstCastExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1817 void ASTStmtReader::VisitCXXConstCastExpr(CXXConstCastExpr *E) { VisitCXXConstCastExpr() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1991 void StmtPrinter::VisitCXXConstCastExpr(CXXConstCastExpr *Node) { VisitCXXConstCastExpr() function in StmtPrinter
H A DStmtProfile.cpp1958 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) { VisitCXXConstCastExpr() function in StmtProfiler