Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp722 auto *nullptr_expr = new (ctxt) CXXNullPtrLiteralExpr(ctxt.NullPtrTy, SourceLocation()); in TEST_F() local
723 QualType t = ctxt.getDecltypeType(nullptr_expr, makeConstInt(ctxt)); in TEST_F()
735 auto *nullptr_expr = new (ctxt) CXXNullPtrLiteralExpr(ctxt.NullPtrTy, SourceLocation()); in TEST_F() local
736 QualType t = ctxt.getTypeOfExprType(nullptr_expr); in TEST_F()