Searched defs:VisitAsTypeExpr (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2307 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2375 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 2784 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { VisitAsTypeExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 1937 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { VisitAsTypeExpr() function in StmtProfiler |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 5429 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ScalarExprEmitter |