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