Searched refs:IsComplete (Results 1 – 8 of 8) sorted by relevance
35 this->Buffer->IsComplete = false; in PCHGenerator()69 Buffer->IsComplete = true; in HandleTranslationUnit()
40 if (Buffer->IsComplete) { in HandleTranslationUnit()
32 bool IsComplete; member
769 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
201 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
270 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
1981 bool IsComplete = in dumpLayout() local1987 if (IsComplete) in dumpLayout()
3390 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3392 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()