Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2175 serialization::SelectorID getGlobalSelectorID(ModuleFile &F,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp914 Result.ID = Reader.getGlobalSelectorID( in ReadData()
3386 ReferencedSelectorsData.push_back(getGlobalSelectorID(F, in ReadASTBlock()
8793 return DecodeSelector(getGlobalSelectorID(M, LocalID)); in getLocalSelector()
8831 ASTReader::getGlobalSelectorID(ModuleFile &M, unsigned LocalID) const { in getGlobalSelectorID() function in ASTReader