Searched defs:VisitAsTypeExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2266 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2352 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ASTStmtReader |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 2744 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { VisitAsTypeExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 1935 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { VisitAsTypeExpr() function in StmtProfiler |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 5099 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ScalarExprEmitter |