Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h742 llvm::DenseMap<Selector, unsigned> SelectorGeneration; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4399 for (auto Sel : SelectorGeneration) in ReadAST()
8320 unsigned &Generation = SelectorGeneration[Sel]; in ReadMethodPool()