Searched refs:IsComplete (Results 1 – 10 of 10) sorted by relevance
35 this->Buffer->IsComplete = false; in PCHGenerator()75 Buffer->IsComplete = true; in HandleTranslationUnit()
40 if (Buffer->IsComplete) { in HandleTranslationUnit()
30 bool IsComplete; member
820 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
179 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
277 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
1479 bool IsComplete = false;1488 bool isComplete() const { return IsComplete; }1499 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
1996 bool IsComplete = in dumpLayout() local2002 if (IsComplete) in dumpLayout()
3749 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3751 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
8743 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument8744 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()