Home
last modified time | relevance | path

Searched refs:PreviousGeneration (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp4076 unsigned PreviousGeneration; member in __anon84cc0b6a0511::ObjCCategoriesVisitor
4122 unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4124 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4138 if (M.Generation <= PreviousGeneration) in operator ()()
4178 unsigned PreviousGeneration) { in loadObjCCategories() argument
4180 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp4269 unsigned PreviousGeneration = 0; in ReadAST() local
4271 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4473 PreviousGeneration); in ReadAST()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1392 unsigned PreviousGeneration = 0);