Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp420 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr() function in StmtProfiler
DStmtPrinter.cpp1005 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() function in StmtPrinter
DExprConstant.cpp4027 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anon0c5100020e11::IntExprEvaluator
/external/clang/lib/Serialization/
DASTWriterStmt.cpp712 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtWriter
DASTReaderStmt.cpp755 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() function in ASTStmtReader
/external/clang/lib/Sema/
DSemaStmt.cpp1266 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr() function in __anon58f793e50211::DeclExtractor
/external/clang/lib/CodeGen/
DCGExprScalar.cpp200 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr() function in __anonde9b34050111::ScalarExprEmitter