Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2888 void TextNodeDumper::VisitEmbedExpr(const EmbedExpr *S) { in VisitEmbedExpr() function in TextNodeDumper
H A DStmtPrinter.cpp1190 void StmtPrinter::VisitEmbedExpr(EmbedExpr *Node) { in VisitEmbedExpr() function in StmtPrinter
H A DStmtProfile.cpp2325 void StmtProfiler::VisitEmbedExpr(const EmbedExpr *E) { VisitExpr(E); } in VisitEmbedExpr() function in StmtProfiler
H A DExprConstant.cpp7748 bool VisitEmbedExpr(const EmbedExpr *E) { in VisitEmbedExpr() function in __anonfb577fba1711::ExprEvaluatorBase
9171 bool VisitEmbedExpr(const EmbedExpr *E) { in VisitEmbedExpr() function in __anonfb577fba1d11::PointerExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1264 void ASTStmtWriter::VisitEmbedExpr(EmbedExpr *E) { in VisitEmbedExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1323 void ASTStmtReader::VisitEmbedExpr(EmbedExpr *E) { in VisitEmbedExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1604 bool Compiler<Emitter>::VisitEmbedExpr(const EmbedExpr *E) { in VisitEmbedExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1801 Value *ScalarExprEmitter::VisitEmbedExpr(EmbedExpr *E) { in VisitEmbedExpr() function in ScalarExprEmitter