Home
last modified time | relevance | path

Searched refs:GetExternalSelector (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp87 Selector ExternalASTSource::GetExternalSelector(uint32_t ID) { in GetExternalSelector() function in ExternalASTSource
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h71 clang::Selector GetExternalSelector(uint32_t ID) override { in GetExternalSelector() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp55 Selector MultiplexExternalSemaSource::GetExternalSelector(uint32_t ID) { in GetExternalSelector() function in MultiplexExternalSemaSource
58 Sel = Sources[i]->GetExternalSelector(ID); in GetExternalSelector()
H A DSemaCodeComplete.cpp6389 Selector Sel = SemaRef.getExternalSource()->GetExternalSelector(I); in AddClassMessageCompletions()
6561 Selector Sel = ExternalSource->GetExternalSelector(I); in CodeCompleteObjCInstanceMessage()
6632 Selector Sel = ExternalSource->GetExternalSelector(I); in CodeCompleteObjCSelector()
7948 Selector Sel = ExternalSource->GetExternalSelector(I); in CodeCompleteObjCMethodDeclSelector()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h75 Selector GetExternalSelector(uint32_t ID) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h59 clang::Selector GetExternalSelector(uint32_t) override { in GetExternalSelector() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h114 virtual Selector GetExternalSelector(uint32_t ID);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2114 Selector GetExternalSelector(serialization::SelectorID ID) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8569 Selector ASTReader::GetExternalSelector(serialization::SelectorID ID) { in GetExternalSelector() function in ASTReader