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.cpp4403 unsigned PreviousGeneration; member in __anon3c764c3a0b11::ObjCCategoriesVisitor
4447 GlobalDeclID InterfaceID, unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4449 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4463 if (M.Generation <= PreviousGeneration) in operator ()()
4502 unsigned PreviousGeneration) { in loadObjCCategories() argument
4504 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp4450 unsigned PreviousGeneration = 0; in ReadAST() local
4452 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4653 ObjCClassesLoaded[I], PreviousGeneration); in ReadAST()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1439 unsigned PreviousGeneration = 0);