Searched refs:isNULL (Results 1 – 4 of 4) sorted by relevance
52 bool isNULL() const { return AbbrevDecl == nullptr; } in isNULL() function61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren()
332 if (isNULL()) in getAddressRanges()352 if (isNULL()) in collectChildrenAddressRanges()437 if (isNULL()) in getInlinedChainForAddress()
96 UBool isNULL; in returnsNullForType() local99 isNULL = (UBool)(va_arg(marker, void*) == NULL); in returnsNullForType()101 return isNULL; in returnsNullForType()
1310 for (auto *Child = DIE->getFirstChild(); Child && !Child->isNULL(); in gatherDIEParents()1717 for (auto *Child = DIE.getFirstChild(); Child && !Child->isNULL(); in lookForDIEsToKeep()2178 for (auto *Child = InputDIE.getFirstChild(); Child && !Child->isNULL(); in cloneDIE()