Home
last modified time | relevance | path

Searched refs:VisitGNUNullExpr (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DStmtProfile.cpp909 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr() function in StmtProfiler
DStmtPrinter.cpp1636 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() function in StmtPrinter
DASTImporter.cpp223 Expr *VisitGNUNullExpr(GNUNullExpr *E);
5358 Expr *ASTNodeImporter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTNodeImporter
DExprConstant.cpp6287 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anon7264eadc1411::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp837 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtWriter
DASTReaderStmt.cpp885 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1344 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr() function in __anon27b5dcff0411::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp243 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anonaffcfbdf0111::ScalarExprEmitter