Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h316 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3298 if (SemaRef.MethodPool.empty() && SelectorIDs.empty()) in WriteSelectors()
3309 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors()
4451 unsigned ID = SelectorIDs[Sel]; in SetSelectorOffset()
4789 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore()
5298 SelectorID SID = SelectorIDs[Sel]; in getSelectorRef()
5303 SID = SelectorIDs[Sel]; in getSelectorRef()
5307 SelectorIDs[Sel] = SID; in getSelectorRef()
5873 SelectorID &StoredID = SelectorIDs[S]; in SelectorRead()