Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h149 unsigned IsFinal : 1; variable
165 IsDeprecatedMacro(false), IsRestrictExpansion(false), IsFinal(false) {} in IdentifierInfo()
215 if (!IsFinal) { in setHasMacroDefinition()
255 bool isFinal() const { return IsFinal; } in isFinal()
257 void setIsFinal(bool Val) { IsFinal = Val; } in setIsFinal()
H A DTokenKinds.def500 TYPE_TRAIT_1(__is_final, IsFinal, KEYCXX)
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h36 bool IsFinal = false; member
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h827 Init *Fold(Record *CurRec, bool IsFinal = false) const;
1147 Init *Fold(Record *CurRec, bool IsFinal = false) const;
2139 bool IsFinal = false; variable
2159 bool isFinal() const { return IsFinal; } in isFinal()
2161 void setFinal(bool Final) { IsFinal = Final; } in setFinal()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp778 Init *UnOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()
795 if (!CurRec && !IsFinal) in Fold()
805 if (!IsFinal) in Fold()
811 if (IsFinal) in Fold()
1773 Init *ExistsOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()
1775 if (!CurRec && !IsFinal) in Fold()
1783 if (!IsFinal) in Fold()
1795 if (IsFinal) in Fold()