Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp38 this->Buffer->IsComplete = false; in PCHGenerator()
89 Buffer->IsComplete = true; in HandleTranslationUnit()
H A DPCHContainerOperations.cpp38 if (Buffer->IsComplete) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h30 bool IsComplete; member
H A DASTWriter.h991 bool isComplete() const { return Buffer->IsComplete; } in isComplete()
1014 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp178 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp281 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1569 bool IsComplete = false;
1578 bool isComplete() const { return IsComplete; }
1594 bool IsComplete, const SCEV *ConstantMax,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2068 bool IsComplete = in dumpLayout() local
2074 if (IsComplete) in dumpLayout()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4120 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local
4122 IsComplete && (!ArrayForm || UsualArrayDeleteWantsSize || in ActOnCXXDelete()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8787 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8788 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()