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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h291 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs; member in class:clang::ASTWriter
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2975 if (SemaRef.MethodPool.empty() && SelectorIDs.empty())
2986 for (auto &SelectorAndID : SelectorIDs) {
4026 unsigned ID = SelectorIDs[Sel];
4817 SelectorID SID = SelectorIDs[Sel];
4822 SID = SelectorIDs[Sel];
4826 SelectorIDs[Sel] = SID;
5648 SelectorID &StoredID = SelectorIDs[S];

Completed in 279 milliseconds