Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp81 llvm::DenseMap<StoredObjCSelector, SelectorID> SelectorIDs; member in clang::api_notes::APINotesWriter::Implementation
144 auto Known = SelectorIDs.find(Selector); in getSelector()
145 if (Known != SelectorIDs.end()) in getSelector()
149 Known = SelectorIDs.insert({Selector, SelectorIDs.size()}).first; in getSelector()
906 if (SelectorIDs.empty()) in writeObjCSelectorBlock()
914 for (auto &S : SelectorIDs) in writeObjCSelectorBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h349 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3563 if (SemaRef.ObjC().MethodPool.empty() && SelectorIDs.empty()) in WriteSelectors()
3574 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors()
4826 unsigned ID = SelectorIDs[Sel]; in SetSelectorOffset()
5450 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore()
6084 SelectorID SID = SelectorIDs[Sel]; in getSelectorRef()
6089 SID = SelectorIDs[Sel]; in getSelectorRef()
6093 SelectorIDs[Sel] = SID; in getSelectorRef()
6768 SelectorID &StoredID = SelectorIDs[S]; in SelectorRead()