Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h316 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3317 if (SemaRef.MethodPool.empty() && SelectorIDs.empty()) in WriteSelectors()
3328 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors()
4493 unsigned ID = SelectorIDs[Sel]; in SetSelectorOffset()
4893 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore()
5469 SelectorID SID = SelectorIDs[Sel]; in getSelectorRef()
5474 SID = SelectorIDs[Sel]; in getSelectorRef()
5478 SelectorIDs[Sel] = SID; in getSelectorRef()
6045 SelectorID &StoredID = SelectorIDs[S]; in SelectorRead()