Home
last modified time | relevance | path

Searched refs:IsComplete (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DGeneratePCH.cpp35 this->Buffer->IsComplete = false; in PCHGenerator()
75 Buffer->IsComplete = true; in HandleTranslationUnit()
H A DPCHContainerOperations.cpp40 if (Buffer->IsComplete) { in HandleTranslationUnit()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DPCHContainerOperations.h30 bool IsComplete; member
H A DASTWriter.h787 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp202 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1381 bool IsComplete = false;
1390 bool isComplete() const { return IsComplete; }
1401 BackedgeTakenInfo(ArrayRef<EdgeExitInfo> ExitCounts, bool IsComplete,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp277 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp1995 bool IsComplete = in dumpLayout() local
2001 if (IsComplete) in dumpLayout()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp3679 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local
3681 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8500 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8501 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()