Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2307 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp2375 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2784 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { VisitAsTypeExpr() function in StmtPrinter
H A DStmtProfile.cpp1937 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { VisitAsTypeExpr() function in StmtProfiler
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5429 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { VisitAsTypeExpr() function in ScalarExprEmitter