Home
last modified time | relevance | path

Searched refs:VisitEmbedExpr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h431 void VisitEmbedExpr(const EmbedExpr *S);
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h195 bool VisitEmbedExpr(const EmbedExpr *E);
H A DCompiler.cpp2097 bool Compiler<Emitter>::VisitEmbedExpr(const EmbedExpr *E) { in VisitEmbedExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2374 void StmtProfiler::VisitEmbedExpr(const EmbedExpr *E) { VisitExpr(E); } in VisitEmbedExpr() function in StmtProfiler
H A DStmtPrinter.cpp1290 void StmtPrinter::VisitEmbedExpr(EmbedExpr *Node) { in VisitEmbedExpr() function in StmtPrinter
H A DTextNodeDumper.cpp3160 void TextNodeDumper::VisitEmbedExpr(const EmbedExpr *S) { in VisitEmbedExpr() function in TextNodeDumper
H A DExprConstant.cpp8086 bool VisitEmbedExpr(const EmbedExpr *E) { in VisitEmbedExpr() function in __anonfb577fba1811::ExprEvaluatorBase
9592 bool VisitEmbedExpr(const EmbedExpr *E) { in VisitEmbedExpr() function in __anonfb577fba1e11::PointerExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp538 Value *VisitEmbedExpr(EmbedExpr *E);
1881 Value *ScalarExprEmitter::VisitEmbedExpr(EmbedExpr *E) { in VisitEmbedExpr() function in ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1283 void ASTStmtWriter::VisitEmbedExpr(EmbedExpr *E) { in VisitEmbedExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1337 void ASTStmtReader::VisitEmbedExpr(EmbedExpr *E) { in VisitEmbedExpr() function in ASTStmtReader