Searched refs:IsComplete (Results 1 – 8 of 8) sorted by relevance
34 this->Buffer->IsComplete = false; in PCHGenerator()67 Buffer->IsComplete = true; in HandleTranslationUnit()
41 if (Buffer->IsComplete) { in HandleTranslationUnit()
33 bool IsComplete; member
994 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
201 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
271 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
1981 bool IsComplete = in dumpLayout() local1987 if (IsComplete) in dumpLayout()
3394 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3396 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()