Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1304 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { VisitGNUNullExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1361 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { VisitGNUNullExpr() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1729 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { VisitGNUNullExpr() function in StmtPrinter
H A DStmtProfile.cpp1527 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { VisitGNUNullExpr() function in StmtProfiler
H A DASTImporter.cpp7340 ExpectedStmt ASTNodeImporter::VisitGNUNullExpr(GNUNullExpr *E) { VisitGNUNullExpr() function in ASTNodeImporter
H A DExprConstant.cpp11604 bool VisitGNUNullExpr(const GNUNullExpr *E) { VisitGNUNullExpr() function in __anon006fc44d2511::IntExprEvaluator
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1832 void VisitGNUNullExpr(GNUNullExpr *E) { } VisitGNUNullExpr() function in __anon86ccc4100d11::DeclExtractor
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp490 Value *VisitGNUNullExpr(const GNUNullExpr *E) { VisitGNUNullExpr() function in __anon91c925d00111::ScalarExprEmitter