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.cpp4339 unsigned PreviousGeneration; member in __anon29797d020811::ObjCCategoriesVisitor
4384 unsigned PreviousGeneration) in ObjCCategoriesVisitor() argument
4386 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4400 if (M.Generation <= PreviousGeneration) in operator ()()
4440 unsigned PreviousGeneration) { in loadObjCCategories() argument
4442 PreviousGeneration); in loadObjCCategories()
H A DASTReader.cpp4441 unsigned PreviousGeneration = 0; in ReadAST() local
4443 PreviousGeneration = incrementGeneration(*ContextObj); in ReadAST()
4645 PreviousGeneration); in ReadAST()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1443 unsigned PreviousGeneration = 0);