Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1729 VisitGNUNullExpr(GNUNullExpr *) VisitGNUNullExpr() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1015 TEST_P(ASTMatchersTest,GNUNullExpr) TEST_P() argument
/llvm-project/clang/include/clang/AST/
H A DExpr.h4643 GNUNullExpr(QualType Ty, SourceLocation Loc) GNUNullExpr() function
4649 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } GNUNullExpr() function