Home
last modified time | relevance | path

Searched defs:VisitGNUNullExpr (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1302 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1358 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1739 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() function in StmtPrinter
H A DStmtProfile.cpp1536 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr() function in StmtProfiler
H A DASTImporter.cpp7345 ExpectedStmt ASTNodeImporter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTNodeImporter
H A DExprConstant.cpp11619 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anonfb577fba2511::IntExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4124 bool Compiler<Emitter>::VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1832 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr() function in __anon4f6f6e9d0d11::DeclExtractor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp491 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anone7cacfbd0111::ScalarExprEmitter