Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp566 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr() function in StmtProfiler
DStmtPrinter.cpp1263 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() function in StmtPrinter
DExprConstant.cpp5761 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anon79c4fed31211::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp776 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtWriter
DASTReaderStmt.cpp839 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1318 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr() function in __anon3aaa9c560211::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp201 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anond0a433560111::ScalarExprEmitter