Searched refs:GetExternalSelector (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp29 Selector ExternalASTSource::GetExternalSelector(uint32_t ID) { function in class:ExternalASTSource
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedIncludesSource.h43 virtual Selector GetExternalSelector(uint32_t ID);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h80 GetExternalSelector (uint32_t ID) function in class:lldb_private::ClangExternalASTSourceCallbacks
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h71 virtual Selector GetExternalSelector(uint32_t ID);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp181 Selector ChainedIncludesSource::GetExternalSelector(uint32_t ID) { function in class:ChainedIncludesSource
182 return getFinalReader().GetExternalSelector(ID);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp52 Selector MultiplexExternalSemaSource::GetExternalSelector(uint32_t ID) { function in class:MultiplexExternalSemaSource
55 Sel = Sources[i]->GetExternalSelector(ID);
H A DSemaCodeComplete.cpp5452 Selector Sel = SemaRef.getExternalSource()->GetExternalSelector(I);
5621 Selector Sel = ExternalSource->GetExternalSelector(I);
5694 Selector Sel = ExternalSource->GetExternalSelector(I);
7050 Selector Sel = ExternalSource->GetExternalSelector(I);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h68 clang::Selector GetExternalSelector (uint32_t) { return clang::Selector(); } function in class:lldb_private::ClangASTSource
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h97 virtual Selector GetExternalSelector(uint32_t ID);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1716 virtual Selector GetExternalSelector(serialization::SelectorID ID);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6735 Selector ASTReader::GetExternalSelector(serialization::SelectorID ID) { function in class:ASTReader

Completed in 161 milliseconds