Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4548 unsigned PreviousGeneration; member in __anon3c764c3a0c11::ObjCCategoriesVisitor
4593 GlobalDeclID InterfaceID, unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4595 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4609 if (M.Generation <= PreviousGeneration) in operator ()()
4647 unsigned PreviousGeneration) { in loadObjCCategories() argument
4649 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp4738 unsigned PreviousGeneration = 0; in ReadAST() local
4740 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4941 ObjCClassesLoaded[I], PreviousGeneration); in ReadAST()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1624 unsigned PreviousGeneration = 0);