Home
last modified time | relevance | path

Searched refs:IsFinal (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp19 if (I->second.IsFinal) in getPCMState()
36 assert(!PCM.IsFinal && "Trying to override finalized PCM?"); in addBuiltPCM()
39 PCM.IsFinal = true; in addBuiltPCM()
66 if (PCM.IsFinal) in tryToDropPCM()
79 PCM.IsFinal = true; in finalizePCM()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h37 bool IsFinal = false; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h798 Init *Fold(Record *CurRec, bool IsFinal = false) const;
2002 bool IsFinal = false; variable
2022 bool isFinal() const { return IsFinal; } in isFinal()
2024 void setFinal(bool Final) { IsFinal = Final; } in setFinal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp717 Init *UnOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()
733 if (!CurRec && !IsFinal) in Fold()
743 if (!IsFinal) in Fold()
749 if (IsFinal) in Fold()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def493 TYPE_TRAIT_1(__is_final, IsFinal, KEYCXX)