Home
last modified time | relevance | path

Searched refs:VisitGNUNullExpr (Results 1 – 10 of 10) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1292 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1351 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1809 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr() function in __anon0e2561650d11::DeclExtractor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp475 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anon378ad1850111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1693 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() function in StmtPrinter
H A DStmtProfile.cpp1525 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr() function in StmtProfiler
H A DExprConstant.cpp11369 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anonbf0ddd822411::IntExprEvaluator
H A DASTImporter.cpp574 ExpectedStmt VisitGNUNullExpr(GNUNullExpr *E);
7243 ExpectedStmt ASTNodeImporter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp2624 bool ByteCodeExprGen<Emitter>::VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in ByteCodeExprGen
H A DByteCodeExprGen.h75 bool VisitGNUNullExpr(const GNUNullExpr *E);