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.cpp4546 unsigned PreviousGeneration; member in __anon3c764c3a0c11::ObjCCategoriesVisitor
4591 GlobalDeclID InterfaceID, unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4593 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4607 if (M.Generation <= PreviousGeneration) in operator ()()
4645 unsigned PreviousGeneration) { in loadObjCCategories() argument
4647 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);