Home
last modified time | relevance | path

Searched defs:VisitEmbedExpr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1266 void ASTStmtWriter::VisitEmbedExpr(EmbedExpr *E) { VisitEmbedExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1326 void ASTStmtReader::VisitEmbedExpr(EmbedExpr *E) { VisitEmbedExpr() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2888 void TextNodeDumper::VisitEmbedExpr(const EmbedExpr *S) { VisitEmbedExpr() function in TextNodeDumper
H A DStmtPrinter.cpp1180 void StmtPrinter::VisitEmbedExpr(EmbedExpr *Node) { VisitEmbedExpr() function in StmtPrinter
H A DStmtProfile.cpp2316 void StmtProfiler::VisitEmbedExpr(const EmbedExpr *E) { VisitExpr(E); } VisitEmbedExpr() function in StmtProfiler
H A DExprConstant.cpp7733 bool VisitEmbedExpr(const EmbedExpr *E) { VisitEmbedExpr() function in __anon006fc44d1711::ExprEvaluatorBase
9156 bool VisitEmbedExpr(const EmbedExpr *E) { VisitEmbedExpr() function in __anon006fc44d1d11::PointerExprEvaluator
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1800 Value *ScalarExprEmitter::VisitEmbedExpr(EmbedExpr *E) { VisitEmbedExpr() function in ScalarExprEmitter