Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp74 llvm::DenseMap<StoredObjCSelector, SelectorID> SelectorIDs; member in clang::api_notes::APINotesWriter::Implementation
136 auto Known = SelectorIDs.find(Selector); in getSelector()
137 if (Known != SelectorIDs.end()) in getSelector()
141 Known = SelectorIDs.insert({Selector, SelectorIDs.size()}).first; in getSelector()
842 if (SelectorIDs.empty()) in writeObjCSelectorBlock()
850 for (auto &S : SelectorIDs) in writeObjCSelectorBlock()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h328 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3401 if (SemaRef.MethodPool.empty() && SelectorIDs.empty()) in WriteSelectors()
3412 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors()
4591 unsigned ID = SelectorIDs[Sel]; in SetSelectorOffset()
4992 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore()
5572 SelectorID SID = SelectorIDs[Sel]; in getSelectorRef()
5577 SID = SelectorIDs[Sel]; in getSelectorRef()
5581 SelectorIDs[Sel] = SID; in getSelectorRef()
6183 SelectorID &StoredID = SelectorIDs[S]; in SelectorRead()