Home
last modified time | relevance | path

Searched defs:GNUNullExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1739 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4662 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function
4668 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function