Searched refs:IsComplete (Results 1 – 10 of 10) sorted by relevance
35 this->Buffer->IsComplete = false; in PCHGenerator()74 Buffer->IsComplete = true; in HandleTranslationUnit()
40 if (Buffer->IsComplete) { in HandleTranslationUnit()
32 bool IsComplete; member
794 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
1426 bool IsComplete;1438 bool isComplete() const { return IsComplete; }1442 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}1449 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
202 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
270 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
1995 bool IsComplete = in dumpLayout() local2001 if (IsComplete) in dumpLayout()
3633 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3635 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
7681 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument7682 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()