Searched refs:IsComplete (Results 1 – 10 of 10) sorted by relevance
35 this->Buffer->IsComplete = false; in PCHGenerator()71 Buffer->IsComplete = true; in HandleTranslationUnit()
40 if (Buffer->IsComplete) { in HandleTranslationUnit()
30 bool IsComplete; member
873 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
179 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
1482 bool IsComplete = false;1491 bool isComplete() const { return IsComplete; }1502 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
280 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
2002 bool IsComplete = in dumpLayout() local2008 if (IsComplete) in dumpLayout()
3792 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3794 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
8704 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument8705 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()