Searched refs:IsFinal (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 19 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 D | IdentifierTable.h | 196 unsigned IsFinal : 1; 219 IsRestrictExpansion(false), IsFinal(false), IsKeywordInCpp(false) {} in IdentifierInfo() 269 if (!IsFinal) { in setHasMacroDefinition() 309 bool isFinal() const { return IsFinal; } in isFinal() 311 void setIsFinal(bool Val) { IsFinal = Val; } in setIsFinal()
|
| H A D | TokenKinds.def | 526 TYPE_TRAIT_1(__is_final, IsFinal, KEYCXX)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 36 bool IsFinal = false; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 873 const Init *Fold(const Record *CurRec, bool IsFinal = false) const; 1168 const Init *Fold(const Record *CurRec, bool IsFinal = false) const; 1203 const Init *Fold(const Record *CurRec, bool IsFinal = false) const; 2196 bool IsFinal = false; variable 2216 bool isFinal() const { return IsFinal; } in isFinal() 2218 void setFinal(bool Final) { IsFinal = Final; } in setFinal()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 838 const Init *UnOpInit::Fold(const Record *CurRec, bool IsFinal) const { in Fold() 888 if (!IsFinal) in Fold() 902 if (IsFinal) { in Fold() 2161 const Init *ExistsOpInit::Fold(const Record *CurRec, bool IsFinal) const { in Fold() 2177 if (!IsFinal) in Fold() 2187 if (IsFinal) in Fold() 2236 const Init *InstancesOpInit::Fold(const Record *CurRec, bool IsFinal) const { in Fold() 2237 if (CurRec && !IsFinal) in Fold()
|