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()
1384 bool IsComplete;1393 bool isComplete() const { return IsComplete; }1397 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}1404 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()
3616 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local3618 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
7452 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument7453 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()