Searched refs:IsComplete (Results 1 – 9 of 9) sorted by relevance
38 this->Buffer->IsComplete = false; in PCHGenerator()80 Buffer->IsComplete = true; in HandleTranslationUnit()
38 if (Buffer->IsComplete) { in HandleTranslationUnit()
30 bool IsComplete; member
937 bool isComplete() const { return Buffer->IsComplete; } in isComplete()963 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
179 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
1509 bool IsComplete = false;1518 bool isComplete() const { return IsComplete; }1529 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
2066 bool IsComplete = in dumpLayout() local2072 if (IsComplete) in dumpLayout()
3798 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3800 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
8751 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument8752 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()