Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp704 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr() function in StmtProfiler
DStmtPrinter.cpp1350 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() function in StmtPrinter
DExprConstant.cpp5974 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anon7264eadc1211::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp782 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtWriter
DASTReaderStmt.cpp840 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1337 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr() function in __anon27b5dcff0311::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp238 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anonaffcfbdf0111::ScalarExprEmitter