Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h265 llvm::DenseMap<Selector, serialization::SelectorID> SelectorIDs; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2626 if (SemaRef.MethodPool.empty() && SelectorIDs.empty()) in WriteSelectors()
2638 I = SelectorIDs.begin(), E = SelectorIDs.end(); in WriteSelectors()
3439 unsigned ID = SelectorIDs[Sel]; in SetSelectorOffset()
4100 SelectorID SID = SelectorIDs[Sel]; in getSelectorRef()
4105 SID = SelectorIDs[Sel]; in getSelectorRef()
4109 SelectorIDs[Sel] = SID; in getSelectorRef()
4850 SelectorID &StoredID = SelectorIDs[S]; in SelectorRead()