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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp75 Selector ExternalASTSource::GetExternalSelector(uint32_t ID) { function in class:ExternalASTSource
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h36 clang::Selector GetExternalSelector(uint32_t ID) override {
37 return m_Source->GetExternalSelector(ID);
280 clang::Selector GetExternalSelector(uint32_t ID) override {
283 Sel = Sources[i]->GetExternalSelector(ID);
H A DClangASTSource.h54 clang::Selector GetExternalSelector(uint32_t) override {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h76 Selector GetExternalSelector(uint32_t ID) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp56 Selector MultiplexExternalSemaSource::GetExternalSelector(uint32_t ID) { function in class:MultiplexExternalSemaSource
59 Sel = Sources[i]->GetExternalSelector(ID);
H A DSemaCodeComplete.cpp7345 Selector Sel = SemaRef.getExternalSource()->GetExternalSelector(I);
7517 Selector Sel = ExternalSource->GetExternalSelector(I);
7588 Selector Sel = ExternalSource->GetExternalSelector(I);
8908 Selector Sel = ExternalSource->GetExternalSelector(I);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h112 virtual Selector GetExternalSelector(uint32_t ID);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2108 Selector GetExternalSelector(serialization::SelectorID ID) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8674 Selector ASTReader::GetExternalSelector(serialization::SelectorID ID) {

Completed in 261 milliseconds