Home
last modified time | relevance | path

Searched refs:SelectorGeneration (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h723 llvm::DenseMap<Selector, unsigned> SelectorGeneration; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4378 for (auto Sel : SelectorGeneration) in ReadAST()
8232 unsigned &Generation = SelectorGeneration[Sel]; in ReadMethodPool()