Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h744 llvm::DenseMap<Selector, unsigned> SelectorGeneration; variable
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4568 for (const auto &Sel : SelectorGeneration) in ReadAST()
8684 unsigned &Generation = SelectorGeneration[Sel]; in ReadMethodPool()