Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h197 unsigned IsFinal : 1;
216 IsRestrictExpansion(false), IsFinal(false) {} in IdentifierInfo()
266 if (!IsFinal) { in setHasMacroDefinition()
306 bool isFinal() const { return IsFinal; } in isFinal()
308 void setIsFinal(bool Val) { IsFinal = Val; } in setIsFinal()
H A DTokenKinds.def523 TYPE_TRAIT_1(__is_final, IsFinal, KEYCXX)
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h36 bool IsFinal = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h889 Init *Fold(Record *CurRec, bool IsFinal = false) const;
1225 Init *Fold(Record *CurRec, bool IsFinal = false) const;
2215 bool IsFinal = false; variable
2235 bool isFinal() const { return IsFinal; } in isFinal()
2237 void setFinal(bool Final) { IsFinal = Final; } in setFinal()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp797 Init *UnOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()
848 if (!IsFinal) in Fold()
862 if (IsFinal) { in Fold()
2050 Init *ExistsOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()
2067 if (!IsFinal) in Fold()
2077 if (IsFinal) in Fold()