Searched defs:GetExternalSelector (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h80 GetExternalSelector (uint32_t ID) function in class:lldb_private::ClangExternalASTSourceCallbacks
/external/clang/lib/AST/
H A DExternalASTSource.cpp57 Selector ExternalASTSource::GetExternalSelector(uint32_t ID) { function in class:ExternalASTSource
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp43 Selector GetExternalSelector(uint32_t ID) override;
221 Selector ChainedIncludesSource::GetExternalSelector(uint32_t ID) { function in class:ChainedIncludesSource
222 return getFinalReader().GetExternalSelector(ID);
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h68 clang::Selector GetExternalSelector (uint32_t) { return clang::Selector(); } function in class:lldb_private::ClangASTSource
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp57 Selector MultiplexExternalSemaSource::GetExternalSelector(uint32_t ID) { function in class:MultiplexExternalSemaSource
60 Sel = Sources[i]->GetExternalSelector(ID);

Completed in 771 milliseconds