Searched defs:isNULL (Results 1 – 3 of 3) sorted by relevance
52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function
54 bool isNULL() const { return AbbrevDecl == 0; } in isNULL() function
98 UBool isNULL; in returnsNullForType() local